Merge remote-tracking branch 'origin/master' into tsserverVS-WIP

This commit is contained in:
Vladimir Matveev
2016-06-02 16:14:34 -07:00
60 changed files with 3668 additions and 368 deletions

View File

@@ -1131,7 +1131,7 @@ namespace ts.server {
else {
this.log("No config files found.");
}
return {};
return configFileName ? { configFileName } : {};
}
/**