Skip to content

Commit 08a1945

Browse files
author
Fatme
authored
Update compiler.js
1 parent ceb6bb0 commit 08a1945

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)