From 4e0e1c4af044ee0cb2d86403c1bd51225151c407 Mon Sep 17 00:00:00 2001 From: Fatme Date: Thu, 12 Apr 2018 14:28:13 +0300 Subject: [PATCH] Update compiler.js --- lib/compiler.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/compiler.js b/lib/compiler.js index 1752f3d..d952356 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -51,8 +51,7 @@ function runTypeScriptCompiler(logger, projectDir, options) { // For debugging in Chrome DevTools nodeArgs.push('--inlineSourceMap', '--inlineSources'); } - - if (this.shouldPreserveWatchOutput(typeScriptVersion)) { + if (shouldPreserveWatchOutput(typeScriptVersion)) { nodeArgs.push('--preserveWatchOutput'); }