Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit e8b9b45

Browse files
sis0k0DimitarTachev
and
DimitarTachev
authored
Update plugins/NativeScriptAngularCompilerPlugin.ts
Co-Authored-By: DimitarTachev <[email protected]>
1 parent fe4ffd9 commit e8b9b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: plugins/NativeScriptAngularCompilerPlugin.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function getAngularCompilerPlugin(platform: string): any {
1515
if (platform) {
1616
const parsed = parse(file);
1717
const platformFile = join(parsed.dir, `${parsed.name}.${platform}${parsed.ext}`);
18-
return super.getCompiledFile(platformFile);;
18+
return super.getCompiledFile(platformFile);
1919
}
2020
}
2121
catch (e) { }
@@ -25,4 +25,4 @@ export function getAngularCompilerPlugin(platform: string): any {
2525
}
2626

2727
return NativeScriptAngularCompilerPlugin;
28-
}
28+
}

0 commit comments

Comments
 (0)