File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ namespace ts {
539
539
return resolutionHost . watchDirectoryOfFailedLookupLocation ( directory , fileOrDirectory => {
540
540
const fileOrDirectoryPath = resolutionHost . toPath ( fileOrDirectory ) ;
541
541
if ( cachedDirectoryStructureHost ) {
542
- // Since the file existance changed, update the sourceFiles cache
542
+ // Since the file existence changed, update the sourceFiles cache
543
543
cachedDirectoryStructureHost . addOrDeleteFileOrDirectory ( fileOrDirectory , fileOrDirectoryPath ) ;
544
544
}
545
545
@@ -690,7 +690,7 @@ namespace ts {
690
690
return resolutionHost . watchTypeRootsDirectory ( typeRoot , fileOrDirectory => {
691
691
const fileOrDirectoryPath = resolutionHost . toPath ( fileOrDirectory ) ;
692
692
if ( cachedDirectoryStructureHost ) {
693
- // Since the file existance changed, update the sourceFiles cache
693
+ // Since the file existence changed, update the sourceFiles cache
694
694
cachedDirectoryStructureHost . addOrDeleteFileOrDirectory ( fileOrDirectory , fileOrDirectoryPath ) ;
695
695
}
696
696
You can’t perform that action at this time.
0 commit comments