diff --git a/electron/utils.js b/electron/utils.js index 047bbe726..ac22b5687 100644 --- a/electron/utils.js +++ b/electron/utils.js @@ -304,6 +304,8 @@ module.exports = { } else if (options !== true) { resolve() } + }).catch(_ => { + resolve() }) event.preventDefault() }