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.
2 parents 1494e38 + d31b1ac commit a05e1f3Copy full SHA for a05e1f3
lib/rake/application.rb
@@ -243,7 +243,7 @@ def display_exception_details(ex) # :nodoc:
243
display_exception_details_seen << ex
244
245
display_exception_message_details(ex)
246
- display_exception_backtrace(ex)
+ display_exception_backtrace(ex) if ex.backtrace
247
display_cause_details(ex.cause) if has_cause?(ex)
248
end
249
0 commit comments