Fx60: Fix devtools initialization
This commit is contained in:
parent
0678f13e96
commit
c771d9b046
1 changed files with 1 additions and 1 deletions
|
@ -580,8 +580,8 @@ ZoteroCommandLineHandler.prototype = {
|
||||||
if (!DebuggerServer.initialized) {
|
if (!DebuggerServer.initialized) {
|
||||||
dump("Initializing devtools server\n");
|
dump("Initializing devtools server\n");
|
||||||
DebuggerServer.init();
|
DebuggerServer.init();
|
||||||
|
DebuggerServer.registerAllActors();
|
||||||
DebuggerServer.allowChromeProcess = true;
|
DebuggerServer.allowChromeProcess = true;
|
||||||
DebuggerServer.addBrowserActors();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
let listener = DebuggerServer.createListener();
|
let listener = DebuggerServer.createListener();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue