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