Fix Bug 1442992 - Remove second argument from Cu.reportError call.
This commit is contained in:
Родитель
76ed986443
Коммит
138063d466
|
@ -116,7 +116,7 @@ const SectionsManager = {
|
|||
options = JSON.parse(optionsPrefValue);
|
||||
} catch (e) {
|
||||
options = {};
|
||||
Cu.reportError("Problem parsing options pref", e);
|
||||
Cu.reportError(`Problem parsing options pref for ${feedPrefName}`);
|
||||
}
|
||||
const section = BUILT_IN_SECTIONS[feedPrefName](options);
|
||||
section.pref.feed = feedPrefName;
|
||||
|
|
Загрузка…
Ссылка в новой задаче