We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3541d24 + 8449614 commit a9604b8Copy full SHA for a9604b8
1 file changed
lib/compiler.js
@@ -67,7 +67,7 @@ function runTypeScriptCompiler(logger, projectDir, options) {
67
if (stringData !== "\x1Bc") {
68
logger.info(stringData);
69
}
70
- if (options.watch && stringData.toLowerCase().indexOf("compilation complete. watching for file changes.") !== -1 && !isResolved) {
+ if (options.watch && stringData.toLowerCase().indexOf("watching for file changes.") !== -1 && !isResolved) {
71
isResolved = true;
72
resolve();
73
0 commit comments