mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-18 13:59:04 -05:00
Don't build type catalog during server tracing (#43354)
Bonus: this also drops the redundant type catalog from the non-diagnostics-producing checker.
This commit is contained in:
@@ -743,7 +743,7 @@ namespace ts.server {
|
||||
exit() {
|
||||
this.logger.info("Exiting...");
|
||||
this.projectService.closeLog();
|
||||
tracing?.stopTracing(ts.emptyArray);
|
||||
tracing?.stopTracing();
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user