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

Commit 0534b19

Browse files
JiaLiPassionmhevery
authored andcommitted
fix(core): remove debugger (#639)
1 parent 14c7a6f commit 0534b19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/zone.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,6 @@ const Zone: ZoneType = (function(global: any) {
11021102
this._zoneDelegates = null;
11031103
}
11041104
} else {
1105-
debugger;
11061105
throw new Error(
11071106
`${this.type} '${this.source}': can not transition to '${toState
11081107
}', expecting state '${fromState1}'${fromState2 ?

0 commit comments

Comments
 (0)