Ede123 / greasy-scripts

Firefox add-on which helps you find user scripts for your favorite sites!
https://addons.mozilla.org/addon/greasy-scripts/
GNU General Public License v3.0
18 stars 3 forks source link

New path for Console.jsm #9

Open yfdyh000 opened 8 years ago

yfdyh000 commented 8 years ago

DEPRECATION WARNING: This path to Console.jsm is deprecated. Please use Cu.import("resource://gre/modules/Console.jsm") to load this module. You may find more details about this deprecation at: https://bugzil.la/912121

Ede123 commented 8 years ago

It's a known issue, but since there's no elegant fix that does not break backwards-compatibility I'm fine with the deprecation warning for now. It does not influence functionality in any way.

Should Mozilla ever decide to remove the old path altogether I'll fix it, until then I'll kep this issue open as a reminder...