Skip to content

Commit

Permalink
Merge pull request #252 from UffizziCloud/feature/251_hide-backtrace-…
Browse files Browse the repository at this point in the history
…when-interrupt-raised

[251] Hide backtrace when interrupt raised
  • Loading branch information
moklidia authored Jul 24, 2023
2 parents 32650c7 + db4cb14 commit 68eebf9
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 68eebf9

Please sign in to comment.