diff --git a/edit/edit.js b/edit/edit.js index fc17dc50..763b0b1a 100644 --- a/edit/edit.js +++ b/edit/edit.js @@ -1677,7 +1677,7 @@ function fromMozillaFormat() { .catch(showError); function showError(errors) { - if (!errors.join) { + if (!Array.isArray(errors)) { errors = [errors]; } showHelp(t('styleFromMozillaFormatError'), $element({