We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d387b0 commit d31b1acCopy full SHA for d31b1ac
lib/rake/application.rb
@@ -215,7 +215,7 @@ def display_exception_details(ex) # :nodoc:
215
display_exception_details_seen << ex
216
217
display_exception_message_details(ex)
218
- display_exception_backtrace(ex)
+ display_exception_backtrace(ex) if ex.backtrace
219
display_cause_details(ex.cause) if has_cause?(ex)
220
end
221
0 commit comments