Skip to content

Commit 0784adb

Browse files
authored
auto select console tab
1 parent 11ef190 commit 0784adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function showInspectTips() {
5555
const shortcutOpen = process.platform !== "win32";
5656

5757
const ws = encodeURIComponent(inspector.url()?.replace("ws://", "") || "");
58-
const inspectUrl = `devtools://devtools/bundled/js_app.html?ws=${ws}`;
58+
const inspectUrl = `devtools://devtools/bundled/js_app.html?panel=console&ws=${ws}`;
5959

6060
const tips =
6161
`\n🎉🎉🎉 ${chalk.green("Success!")}\n\n` +

0 commit comments

Comments
 (0)