Skip to content

Commit

Permalink
Making exit work
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Oct 13, 2011
1 parent 835c9fa commit e88f4f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/cap_reserve.rb
Expand Up @@ -71,6 +71,9 @@
end
end
rescue Exception => e
if e.inspect.include?('SystemExit')
exit 0
end
end
end
end

0 comments on commit e88f4f0

Please sign in to comment.