From 08a194548486a177fbdb9b098c4d7db25ac132a1 Mon Sep 17 00:00:00 2001 From: Fatme Date: Thu, 12 Apr 2018 14:29:17 +0300 Subject: [PATCH] Update compiler.js --- lib/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler.js b/lib/compiler.js index 1752f3d..839b58e 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -52,7 +52,7 @@ function runTypeScriptCompiler(logger, projectDir, options) { nodeArgs.push('--inlineSourceMap', '--inlineSources'); } - if (this.shouldPreserveWatchOutput(typeScriptVersion)) { + if (shouldPreserveWatchOutput(typeScriptVersion)) { nodeArgs.push('--preserveWatchOutput'); }