64 65 66 67 68 69 70 71
# File 'lib/aggkit/watcher.rb', line 64 def quit! @code = [@code || 0, 1].max if @crashed exit!(@code || 0) end