Skip to content

Commit

Permalink
[251] Hide backtrace when interrupt raised
Browse files Browse the repository at this point in the history
  • Loading branch information
zipofar committed Jul 10, 2023
1 parent bed6aeb commit db4cb14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uffizzi/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def dispatch(meth, given_args, given_opts, config)
return Common.show_manual(filename(args)) if show_help?(args, opts)

super
rescue StandardError => e
rescue Interrupt, StandardError => e
ci_workflow? ? handle_ci_exceptions(e) : handle_repl_exceptions(e)
end

Expand Down

0 comments on commit db4cb14

Please sign in to comment.