We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d902ad commit d6f768dCopy full SHA for d6f768d
src/compiler/sys.ts
@@ -1109,7 +1109,7 @@ namespace ts {
1109
1110
function callbackChangingToMissingFileSystemEntry(event: "rename" | "change", relativeName: string | undefined) {
1111
// 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
+ // Eg on ubuntu while watching app/node_modules the relativeName is "node_modules" which is neither relative nor full path
1113
return event === "rename" &&
1114
(!relativeName ||
1115
relativeName === lastDirectoryPart ||
0 commit comments