bake-toolkit 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/bake/version.rb +1 -1
- data/lib/option/parser.rb +1 -1
- metadata +1 -1
data/lib/bake/version.rb
CHANGED
data/lib/option/parser.rb
CHANGED
@@ -61,7 +61,7 @@ class Parser
|
|
61
61
|
rescue SystemExit => e
|
62
62
|
raise
|
63
63
|
rescue Exception => e
|
64
|
-
Printer.printError unless e.message.include?("Cxxproject::ExitHelperException")
|
64
|
+
Printer.printError e.message unless e.message.include?("Cxxproject::ExitHelperException")
|
65
65
|
ExitHelper.exit(1)
|
66
66
|
end
|
67
67
|
|