mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Pref try/catch block fixup. Tag #991.
This commit is contained in:
parent
a24456a76d
commit
09bcb1f834
3 changed files with 18 additions and 12 deletions
|
|
@ -103,8 +103,8 @@ function openToolbox({ form, chrome, isTabActor }) {
|
|||
// Remember the last panel that was used inside of this profile.
|
||||
// But if we are testing, then it should always open the debugger panel.
|
||||
let selectedTool =
|
||||
Services.prefs.getCharPref("devtools.toolbox.selectedTool",
|
||||
Services.prefs.getCharPref("devtools.browsertoolbox.panel",
|
||||
Services.prefs.getCharPref("devtools.browsertoolbox.panel",
|
||||
Services.prefs.getCharPref("devtools.toolbox.selectedTool",
|
||||
"jsdebugger"));
|
||||
|
||||
let options = { customIframe: frame };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue