mozilla-extensions / china-newtab

Extension part of the customized newtab for Fx China repack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace calls to Cu.reportError with console.error

Standard8 opened this issue · comments

Cu.reportError is considered deprecated, and we are working on moving away from it and using console.error instead.

We believe the only difference between the two when used in single-argument form is that console.error may get additionally logged to stdout if a certain preference is set.