mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
new path for location of Console.jsm
This commit is contained in:
parent
c53731248d
commit
5a9f3fa6fe
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const {XPCOMUtils} = Cu.import('resource://gre/modules/XPCOMUtils.jsm', null);
|
|||
const hostName = Services.io.newURI(Components.stack.filename, null, null).host;
|
||||
const rpcEmitterName = hostName + ':child-process-message';
|
||||
|
||||
//Cu.import('resource://devtools/Console.jsm');
|
||||
//Cu.import('resource://gre/modules/Console.jsm');
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue