From 3150395375acf28ab6644469ba98f6945f3e2db6 Mon Sep 17 00:00:00 2001 From: gorhill Date: Tue, 2 Feb 2016 09:42:07 -0500 Subject: [PATCH] new location for Console.jsm --- platform/firefox/frameModule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/firefox/frameModule.js b/platform/firefox/frameModule.js index e458c96..61b25fd 100644 --- a/platform/firefox/frameModule.js +++ b/platform/firefox/frameModule.js @@ -34,7 +34,7 @@ const {XPCOMUtils} = Cu.import('resource://gre/modules/XPCOMUtils.jsm', null); const hostName = Services.io.newURI(Components.stack.filename, null, null).host; -// Cu.import('resource://gre/modules/devtools/Console.jsm'); +// Cu.import('resource://gre/modules/Console.jsm'); /******************************************************************************/