Skip to content

Commit 79c6724

Browse files
committed
Fix lint
1 parent 93c2b10 commit 79c6724

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compiler/sys.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,7 @@ namespace ts {
570570
realpath
571571
};
572572
}
573+
573574
function recursiveCreateDirectory(directoryPath: string, sys: System) {
574575
const basePath = getDirectoryPath(directoryPath);
575576
const shouldCreateParent = basePath !== "" && directoryPath !== basePath && !sys.directoryExists(basePath);

0 commit comments

Comments
 (0)