mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-10 06:41:59 -06:00
Indent list of open files (#17255)
This commit is contained in:
parent
7702d15cf3
commit
eee4c618e2
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user