Skip to content

Commit e48096c

Browse files
authored
Merge pull request #6 from gheja/master
Added missing fileExists parameter - fixes #5
2 parents 03947a1 + 1761907 commit e48096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tscc

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function executeCommandLine(args) {
8888
}
8989
else if (commandLine.fileNames.length === 0 && isJSONSupported()) {
9090
var searchPath = ts.normalizePath(ts.sys.getCurrentDirectory());
91-
configFileName = ts.findConfigFile(searchPath);
91+
configFileName = ts.findConfigFile(searchPath, ts.sys.fileExists);
9292
}
9393

9494
if (commandLine.fileNames.length === 0 && !configFileName) {

0 commit comments

Comments
 (0)