lib/gitdocs/manager.rb in gitdocs-0.6.0 vs lib/gitdocs/manager.rb in gitdocs-0.6.1
- old
+ new
@@ -83,10 +83,10 @@
@listener.start
# ... and wait ###########################################################
sleep
- rescue Interrupt
+ rescue Interrupt, SystemExit
Gitdocs.log_info('Interrupt received...')
rescue Exception => e # rubocop:disable RescueException
Gitdocs.log_error(
"#{e.class.inspect} - #{e.inspect} - #{e.message.inspect}"
)