Skip to content

Commit a3b1360

Browse files
authored
Merge pull request #23 from neogeek/hotfix/elapsed-time-label
[hotfix] Updated elapsed time label.
2 parents e19d2cf + 2514c9e commit a3b1360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { copyFiles } from '../src/copy.js';
1515

1616
import pkg from '../package.json' assert { type: 'json' };
1717

18-
const elapsedTimeLabel = 'Elapsed time:';
18+
const elapsedTimeLabel = 'Elapsed time';
1919

2020
console.time(elapsedTimeLabel);
2121

0 commit comments

Comments
 (0)