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.
1 parent 3e49556 commit 4ae091fCopy full SHA for 4ae091f
src/server/project.ts
@@ -1064,7 +1064,7 @@ namespace ts.server {
1064
const path = this.toPath(sourceFile);
1065
if (this.generatedFilesMap) {
1066
if (isGeneratedFileWatcher(this.generatedFilesMap)) {
1067
- 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)}`);
1068
return;
1069
}
1070
if (this.generatedFilesMap.has(path)) return;
0 commit comments