Skip to content

Commit 0add7f8

Browse files
branchseerclaude
andcommitted
fix: use console.error for startup timing to satisfy no-console lint
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4ee1138 commit 0add7f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if (command === 'create') {
4848
if (process.env.VITE_LOG) {
4949
const processUptime = (process.uptime() * 1000).toFixed(2);
5050
const jsModuleLoad = (performance.now() - jsStartTime).toFixed(2);
51-
console.log(
51+
console.error(
5252
`[vite-plus] process uptime: ${processUptime}ms, JS module load: ${jsModuleLoad}ms`,
5353
);
5454
}

0 commit comments

Comments
 (0)