Skip to content

Commit

Permalink
Merge pull request #23 from neogeek/hotfix/elapsed-time-label
Browse files Browse the repository at this point in the history
[hotfix] Updated elapsed time label.
  • Loading branch information
neogeek authored May 15, 2024
2 parents e19d2cf + 2514c9e commit a3b1360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { copyFiles } from '../src/copy.js';

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

const elapsedTimeLabel = 'Elapsed time:';
const elapsedTimeLabel = 'Elapsed time';

console.time(elapsedTimeLabel);

Expand Down

0 comments on commit a3b1360

Please sign in to comment.