mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 20:51:43 -06:00
remove unneeded comment
This commit is contained in:
parent
5cafd962e9
commit
4ef8e0bb73
@ -409,8 +409,6 @@ namespace ts {
|
||||
}
|
||||
|
||||
public readDirectory(rootDir: string, extension: string, exclude: string[]): string[] {
|
||||
// Consider removing the optional designation for
|
||||
// the exclude param at this time.
|
||||
const encoded = this.shimHost.readDirectory(rootDir, extension, JSON.stringify(exclude));
|
||||
return JSON.parse(encoded);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user