Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Show backtrace on build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jdlehman committed Jan 31, 2017
1 parent 3b570ca commit 21cfc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slugbuilder/builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def build(clear_cache: false, env: {}, prebuild: nil, postbuild: nil, slug_name:
end
return true
rescue => e
stitle("Failed: #{e}")
stitle("Failed: #{e}\n#{e.backtrace.join("\n")}")
return false
end

Expand Down

0 comments on commit 21cfc90

Please sign in to comment.