Skip to content

Commit a98c195

Browse files
author
Alexander Vakrilov
authored
style: added missing semi column
1 parent e9c15dd commit a98c195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/platform-common.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class NativeScriptPlatformRef extends PlatformRef {
240240
bootstrapLog("Angular livesync started.");
241241
}
242242

243-
const lastModuleRef = lastBootstrappedModule ? lastBootstrappedModule.get() : null
243+
const lastModuleRef = lastBootstrappedModule ? lastBootstrappedModule.get() : null;
244244
onBeforeLivesync.next(lastModuleRef);
245245
if (lastModuleRef) {
246246
lastModuleRef.destroy();

0 commit comments

Comments
 (0)