json_schema 0.0.15 → 0.0.16
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/validate-schema +1 -1
- metadata +1 -1
data/bin/validate-schema
CHANGED
@@ -28,7 +28,7 @@ success = command.run(ARGV.dup)
|
|
28
28
|
if success
|
29
29
|
command.messages.each { |m| $stdout.puts(m) }
|
30
30
|
elsif !command.errors.empty?
|
31
|
-
command.errors.each { |e| $stderr.puts(
|
31
|
+
command.errors.each { |e| $stderr.puts(e) }
|
32
32
|
exit(1)
|
33
33
|
else
|
34
34
|
print_usage!
|