FIX: an exception cause is itself an exception

This commit is contained in:
Daniel Waterworth
2019-06-27 11:37:23 +01:00
parent fe870a1e54
commit e58f67a0c0
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ module TurboTests
{
backtrace: exception.backtrace,
message: exception.message,
cause: exception.cause
cause: exception_to_json(exception.cause)
}
end
end