Skip to content

Commit

Permalink
Temp fix till we investigate #55069 making project.ts changes buildin…
Browse files Browse the repository at this point in the history
…g error free (#55219)
  • Loading branch information
sheetalkamat authored Jul 31, 2023
1 parent d9e327b commit cd23992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@ export abstract class Project implements LanguageServiceHost, ModuleResolutionHo
}
}

private addMissingFileWatcher(missingFilePath: Path) {
private addMissingFileWatcher(missingFilePath: Path): FileWatcher {
if (isConfiguredProject(this)) {
// If this file is referenced config file, we are already watching it, no need to watch again
const configFileExistenceInfo = this.projectService.configFileExistenceInfoCache.get(missingFilePath as string as NormalizedPath);
Expand Down

0 comments on commit cd23992

Please sign in to comment.