mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
Bug 395371 - "do not launch a second browser window when calling firefox -jsconsole" [p=philip.chee@gmail.com (Philip Chee) r=bsmedberg a1.9=mconnor]
This commit is contained in:
parent
5b2b66c9d3
commit
cb3573ba0a
@ -87,9 +87,9 @@ const jsConsoleHandler = {
|
||||
console.focus();
|
||||
}
|
||||
|
||||
// note that since we don't prevent the default action, you'll get
|
||||
// an additional application window, unless you specified another
|
||||
// command line flag
|
||||
if (cmdLine.state == nsICommandLine.STATE_REMOTE_AUTO) {
|
||||
cmdLine.preventDefault = true;
|
||||
}
|
||||
},
|
||||
|
||||
helpInfo : " -jsconsole Open the Error console.\n",
|
||||
|
Loading…
Reference in New Issue
Block a user