Indent list of open files (#17255)

This commit is contained in:
Andy 2017-07-24 13:32:43 -07:00 committed by GitHub
parent 7702d15cf3
commit eee4c618e2

View File

@ -937,7 +937,7 @@ namespace ts.server {
this.logger.info("Open files: ");
for (const rootFile of this.openFiles) {
this.logger.info(rootFile.fileName);
this.logger.info(`\t${rootFile.fileName}`);
}
this.logger.endGroup();