Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.cr
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ class Process
yield
LibC._exit 0
rescue ex
ex.inspect STDERR
ex.inspect_with_backtrace STDERR
STDERR.flush
LibC._exit 1
ensure

0 comments on commit 3a5fde0

Please sign in to comment.