We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1980c7 commit 850ff78Copy full SHA for 850ff78
src/compiler/sys.ts
@@ -1038,7 +1038,7 @@ namespace ts {
1038
if (isLinuxOrMacOs) {
1039
lastDirectoryPartWithDirectorySeparator = fileOrDirectory.substr(fileOrDirectory.lastIndexOf(directorySeparator));
1040
lastDirectoryPart = lastDirectoryPartWithDirectorySeparator.slice(directorySeparator.length);
1041
- }
+ }
1042
/** Watcher for the file system entry depending on whether it is missing or present */
1043
let watcher = !fileSystemEntryExists(fileOrDirectory, entryKind) ?
1044
watchMissingFileSystemEntry() :
0 commit comments