fixup b50c19a8: "errors" is now an array

This commit is contained in:
tophf 2017-07-20 10:27:24 +03:00
parent b50c19a802
commit 23c870ceb9

View File

@ -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'),