mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Add support for -browserconsole (the command line)
https://github.com/MoonchildProductions/moebius/pull/257
This commit is contained in:
parent
59559355e6
commit
3d03678642
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ function DevToolsStartup() {}
|
|||
|
||||
DevToolsStartup.prototype = {
|
||||
handle: function (cmdLine) {
|
||||
let consoleFlag = cmdLine.handleFlag("jsconsole", false);
|
||||
let consoleFlag = cmdLine.handleFlag("browserconsole", false);
|
||||
let debuggerFlag = cmdLine.handleFlag("jsdebugger", false);
|
||||
let devtoolsFlag = cmdLine.handleFlag("devtools", false);
|
||||
|
||||
|
|
@ -204,7 +204,7 @@ DevToolsStartup.prototype = {
|
|||
},
|
||||
|
||||
/* eslint-disable max-len */
|
||||
helpInfo: " --jsconsole Open the Browser Console.\n" +
|
||||
helpInfo: " --browserconsole Open the Browser Console.\n" +
|
||||
" --jsdebugger Open the Browser Toolbox.\n" +
|
||||
" --devtools Open DevTools on initial load.\n" +
|
||||
" --start-debugger-server [ws:][<port>|<path>] Start the debugger server on\n" +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue