Responding To billti's comments

This commit is contained in:
Arthur Ozga
2016-10-04 13:07:24 -07:00
parent 0871628ace
commit d737dc1d30
4 changed files with 15 additions and 15 deletions

View File

@@ -180,7 +180,7 @@ namespace ts.server {
}
readDirectory(path: string, extensions?: string[], exclude?: string[], include?: string[]): string[] {
return this.host.readDirectory(path, exclude, exclude, include);
return this.host.readDirectory(path, extensions, exclude, include);
}
getDirectories(path: string): string[] {