Built distribution

This commit is contained in:
Steve Gravrock
2024-05-24 17:19:18 -07:00
parent 8bc95ae2e3
commit 4c8a4f2b00

View File

@@ -3525,7 +3525,7 @@ getJasmineRequireObj().ExceptionFormatter = function(j$) {
lines.unshift(stackTrace.message);
}
if (error.cause) {
if (error.cause && error.cause instanceof Error) {
const substack = this.stack_(error.cause, {
messageHandling: 'require'
});