Skip to content

Commit 8ca5657

Browse files
committed
chore: Fix header log's timestamp
1 parent 785ea54 commit 8ca5657

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cli/utils/printHeader.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import { version } from '../..';
33
import { consola } from 'consola';
44

55
export function printHeader() {
6-
consola.log(`\n${pc.gray('WXT')} ${pc.gray(pc.bold(version))}`);
6+
console.log();
7+
consola.log(`${pc.gray('WXT')} ${pc.gray(pc.bold(version))}`);
78
}

0 commit comments

Comments
 (0)