Fixed type conversion error
I encountered this when using jruby and passing an illegal option.
This commit is contained in:
parent
067fb963df
commit
656f12a4ab
@ -36,5 +36,5 @@ if ARGV.delete("--profile")
|
|||||||
printer.print(STDERR, 0)
|
printer.print(STDERR, 0)
|
||||||
exit exit_code
|
exit exit_code
|
||||||
else
|
else
|
||||||
exit runner.call
|
exit runner.call || 0
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user