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

Commit f8ffd60

Browse files
committed
add missing semicolon
1 parent cf46fd6 commit f8ffd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zone.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ const Zone: ZoneType = (function(global: any) {
952952
const symbolPromise = __symbol__('Promise');
953953
const symbolThen = __symbol__('then');
954954

955-
const symbolRootZoneSpec = '__rootZoneSpec__'
955+
const symbolRootZoneSpec = '__rootZoneSpec__';
956956
let rootZone: Zone = new Zone(null, null);
957957
if (global[symbolRootZoneSpec]) {
958958
rootZone = <Zone>rootZone.fork(global[symbolRootZoneSpec]);

0 commit comments

Comments
 (0)