From 4ae091fa9ef3c4043530908d03525aca108fdd54 Mon Sep 17 00:00:00 2001 From: Sheetal Nandi Date: Fri, 28 Jun 2019 10:17:58 -0700 Subject: [PATCH] Update src/server/project.ts Co-Authored-By: Orta --- src/server/project.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/project.ts b/src/server/project.ts index 32a1d8f53b2..889e97b24c5 100644 --- a/src/server/project.ts +++ b/src/server/project.ts @@ -1064,7 +1064,7 @@ namespace ts.server { const path = this.toPath(sourceFile); if (this.generatedFilesMap) { if (isGeneratedFileWatcher(this.generatedFilesMap)) { - Debug.fail(`${this.projectName} Expected not to have --out watcher for generated file with options: ${JSON.stringify(this.compilerOptions)}`); + Debug.fail(`${this.projectName} Expected to not have --out watcher for generated file with options: ${JSON.stringify(this.compilerOptions)}`); return; } if (this.generatedFilesMap.has(path)) return;