address PR feedback

This commit is contained in:
Vladimir Matveev 2016-02-11 17:29:01 -08:00
parent 354e650341
commit b18cbc6300

View file

@ -466,6 +466,7 @@ namespace ts {
File,
Directory
}
function fileSystemEntryExists(path: string, entryKind: FileSystemEntryKind): boolean {
try {
const stat = _fs.statSync(path);