Fix unresolved merge issue.

This commit is contained in:
Ron Buckton 2016-05-26 22:32:21 -07:00
parent 5d4e47fa2f
commit 3d3b3a45dc

View File

@ -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();