mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
Fix unresolved merge issue.
This commit is contained in:
parent
5d4e47fa2f
commit
3d3b3a45dc
@ -607,6 +607,7 @@ namespace ts {
|
||||
reportTimeStatistic("Check time", checkTime);
|
||||
reportTimeStatistic("Emit time", emitTime);
|
||||
reportTimeStatistic("Total time", programTime + bindTime + checkTime + emitTime);
|
||||
reportStatistics();
|
||||
|
||||
performance.disable();
|
||||
performance.reset();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user