Skip to content

Commit 850ff78

Browse files
committed
Fix lint error
1 parent c1980c7 commit 850ff78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/sys.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ namespace ts {
10381038
if (isLinuxOrMacOs) {
10391039
lastDirectoryPartWithDirectorySeparator = fileOrDirectory.substr(fileOrDirectory.lastIndexOf(directorySeparator));
10401040
lastDirectoryPart = lastDirectoryPartWithDirectorySeparator.slice(directorySeparator.length);
1041-
}
1041+
}
10421042
/** Watcher for the file system entry depending on whether it is missing or present */
10431043
let watcher = !fileSystemEntryExists(fileOrDirectory, entryKind) ?
10441044
watchMissingFileSystemEntry() :

0 commit comments

Comments
 (0)