Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 5e152d9

Browse files
committed
test
1 parent 052069c commit 5e152d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/common/error-rewrite.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Zone.__load_patch('Error', (global: any, Zone: ZoneType, api: _ZonePrivate) => {
270270
if (error.originalStack && Error === ZoneAwareError) {
271271
let frames = error.originalStack.split(/\n/);
272272
let runFrame = false, runGuardedFrame = false, runTaskFrame = false;
273+
console.log('detectFrames', frames);
273274
while (frames.length) {
274275
let frame = frames.shift();
275276
// On safari it is possible to have stack frame with no line number.

0 commit comments

Comments
 (0)