We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785ea54 commit 8ca5657Copy full SHA for 8ca5657
src/cli/utils/printHeader.ts
@@ -3,5 +3,6 @@ import { version } from '../..';
3
import { consola } from 'consola';
4
5
export function printHeader() {
6
- consola.log(`\n${pc.gray('WXT')} ${pc.gray(pc.bold(version))}`);
+ console.log();
7
+ consola.log(`${pc.gray('WXT')} ${pc.gray(pc.bold(version))}`);
8
}
0 commit comments