Skip to content

Commit d6f768d

Browse files
Update src/compiler/sys.ts
Co-Authored-By: Nathan Shively-Sanders <[email protected]>
1 parent 8d902ad commit d6f768d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/sys.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ namespace ts {
11091109

11101110
function callbackChangingToMissingFileSystemEntry(event: "rename" | "change", relativeName: string | undefined) {
11111111
// because relativeName is not guaranteed to be correct we need to check on each rename with few combinations
1112-
// Eg on ubuntoo while watchin app/node_modules the relativeName is "node_modules" which is neither relative nor full path
1112+
// Eg on ubuntu while watching app/node_modules the relativeName is "node_modules" which is neither relative nor full path
11131113
return event === "rename" &&
11141114
(!relativeName ||
11151115
relativeName === lastDirectoryPart ||

0 commit comments

Comments
 (0)