Skip to content

Commit f972743

Browse files
committed
Log project name when removing project
1 parent 9eecf3b commit f972743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/editorServices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ namespace ts.server {
10371037
}
10381038

10391039
private removeProject(project: Project) {
1040-
this.logger.info(`remove project: ${project.getRootFiles().toString()}`);
1040+
this.logger.info(`remove project: ${project.projectName}\nFiles::${project.getRootFiles().toString()}`);
10411041

10421042
project.close();
10431043
if (Debug.shouldAssert(AssertionLevel.Normal)) {

0 commit comments

Comments
 (0)