Skip to content

Commit 4e3800c

Browse files
author
Fatme
authored
Merge pull request #50 from NativeScript/fatme/this
Update compiler.js
2 parents ceb6bb0 + 08a1945 commit 4e3800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/compiler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function runTypeScriptCompiler(logger, projectDir, options) {
5252
nodeArgs.push('--inlineSourceMap', '--inlineSources');
5353
}
5454

55-
if (this.shouldPreserveWatchOutput(typeScriptVersion)) {
55+
if (shouldPreserveWatchOutput(typeScriptVersion)) {
5656
nodeArgs.push('--preserveWatchOutput');
5757
}
5858

0 commit comments

Comments
 (0)