This commit is contained in:
cxt 2019-07-27 14:43:47 +08:00
parent 66df95c399
commit f485831956
1 changed files with 1 additions and 1 deletions

View File

@ -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