Skip to content

Commit

Permalink
fix: add time statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
i5ting committed Oct 10, 2022
1 parent 8a097a2 commit e9c0897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function runCli(rest: any) {
WatchFiles(files, context);

// time statistics
console.timeEnd();
console.timeEnd("build ts");
}

/**
Expand All @@ -61,5 +61,5 @@ export function run(rest: any) {
context.runTsTestFiles(files);

// time statistics
console.timeEnd();
console.timeEnd("run ts");
}

0 comments on commit e9c0897

Please sign in to comment.