mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 16:11:08 +08:00
FIX: an exception cause is itself an exception
This commit is contained in:
@ -23,7 +23,7 @@ module TurboTests
|
||||
{
|
||||
backtrace: exception.backtrace,
|
||||
message: exception.message,
|
||||
cause: exception.cause
|
||||
cause: exception_to_json(exception.cause)
|
||||
}
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user