fixup b50c19a8: "errors" is now an array
This commit is contained in:
parent
b50c19a802
commit
23c870ceb9
|
@ -1610,7 +1610,7 @@ function fromMozillaFormat() {
|
||||||
makeSectionVisible(firstAddedCM);
|
makeSectionVisible(firstAddedCM);
|
||||||
firstAddedCM.focus();
|
firstAddedCM.focus();
|
||||||
|
|
||||||
if (errors) {
|
if (errors.length) {
|
||||||
showHelp(t('issues'), $element({
|
showHelp(t('issues'), $element({
|
||||||
tag: 'pre',
|
tag: 'pre',
|
||||||
textContent: errors.join('\n'),
|
textContent: errors.join('\n'),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user