Built distribution
This commit is contained in:
@@ -3525,7 +3525,7 @@ getJasmineRequireObj().ExceptionFormatter = function(j$) {
|
|||||||
lines.unshift(stackTrace.message);
|
lines.unshift(stackTrace.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (error.cause) {
|
if (error.cause && error.cause instanceof Error) {
|
||||||
const substack = this.stack_(error.cause, {
|
const substack = this.stack_(error.cause, {
|
||||||
messageHandling: 'require'
|
messageHandling: 'require'
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user