Skip to content

Commit cd23992

Browse files
authored
Temp fix till we investigate #55069 making project.ts changes building error free (#55219)
1 parent d9e327b commit cd23992

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
@@ -1663,7 +1663,7 @@ export abstract class Project implements LanguageServiceHost, ModuleResolutionHo
16631663
}
16641664
}
16651665

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

0 commit comments

Comments
 (0)