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) {
|
||||
dump("Initializing devtools server\n");
|
||||
DebuggerServer.init();
|
||||
DebuggerServer.registerAllActors();
|
||||
DebuggerServer.allowChromeProcess = true;
|
||||
DebuggerServer.addBrowserActors();
|
||||
}
|
||||
|
||||
let listener = DebuggerServer.createListener();
|
||||
|
|
Loading…
Add table
Reference in a new issue