avoid syntax warning
This commit is contained in:
parent
abdeef43d0
commit
92b560c688
@ -58,7 +58,7 @@ class Application
|
||||
errors.each do |err|
|
||||
log.fatal "error in #{fname}: [#{err.path}] #{err.message}"
|
||||
end
|
||||
exit -1
|
||||
exit(-1)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user