We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ef190 commit 0784adbCopy full SHA for 0784adb
src/index.ts
@@ -55,7 +55,7 @@ function showInspectTips() {
55
const shortcutOpen = process.platform !== "win32";
56
57
const ws = encodeURIComponent(inspector.url()?.replace("ws://", "") || "");
58
- const inspectUrl = `devtools://devtools/bundled/js_app.html?ws=${ws}`;
+ const inspectUrl = `devtools://devtools/bundled/js_app.html?panel=console&ws=${ws}`;
59
60
const tips =
61
`\n🎉🎉🎉 ${chalk.green("Success!")}\n\n` +
0 commit comments