Skip to content

Commit 4ae091f

Browse files
sheetalkamatorta
andauthored
Update src/server/project.ts
Co-Authored-By: Orta <[email protected]>
1 parent 3e49556 commit 4ae091f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/project.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ namespace ts.server {
10641064
const path = this.toPath(sourceFile);
10651065
if (this.generatedFilesMap) {
10661066
if (isGeneratedFileWatcher(this.generatedFilesMap)) {
1067-
Debug.fail(`${this.projectName} Expected not to have --out watcher for generated file with options: ${JSON.stringify(this.compilerOptions)}`);
1067+
Debug.fail(`${this.projectName} Expected to not have --out watcher for generated file with options: ${JSON.stringify(this.compilerOptions)}`);
10681068
return;
10691069
}
10701070
if (this.generatedFilesMap.has(path)) return;

0 commit comments

Comments
 (0)