mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-22 12:03:44 -05:00
address PR feedback
This commit is contained in:
@@ -466,6 +466,7 @@ namespace ts {
|
||||
File,
|
||||
Directory
|
||||
}
|
||||
|
||||
function fileSystemEntryExists(path: string, entryKind: FileSystemEntryKind): boolean {
|
||||
try {
|
||||
const stat = _fs.statSync(path);
|
||||
|
||||
Reference in New Issue
Block a user