Clean up error reporting.
This commit is contained in:
parent
c9f8f1c21a
commit
9aea9641b5
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ begin
|
|||
Twine::Runner.run(ARGV)
|
||||
rescue Twine::Error => e
|
||||
STDERR.puts e.message
|
||||
abort
|
||||
exit
|
||||
end
|
||||
|
|
Reference in a new issue