diff --git a/manage/updater-ui.js b/manage/updater-ui.js index f4edce34..290a19c3 100644 --- a/manage/updater-ui.js +++ b/manage/updater-ui.js @@ -228,7 +228,7 @@ async function showUpdateHistory(show, el, selector) { API.updater.getStates(), ]); const logText = lines.join('\n'); - messageBoxProxy.show({ + await messageBoxProxy.show({ title: t('updateCheckHistory'), className: 'center-dialog', contents: log,