diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index 31ceb37ee..abef61e31 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -568,7 +568,7 @@ update begin work_space_id = Trustie::Che.send() rescue Exception => e - raise(e.message) + raise(e.backtrace.join("\n")) end end