mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 11:24:29 -05:00
Fix dump of tracing legend (#43263)
This commit is contained in:
@@ -501,7 +501,7 @@ namespace ts {
|
||||
updateSolutionBuilderHost(sys, cb, buildHost);
|
||||
const builder = createSolutionBuilder(buildHost, projects, buildOptions);
|
||||
const exitStatus = buildOptions.clean ? builder.clean() : builder.build();
|
||||
tracing?.dumpLegend();
|
||||
dumpTracingLegend(); // Will no-op if there hasn't been any tracing
|
||||
return sys.exit(exitStatus);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user