diff --git a/www/js/app.js b/www/js/app.js index 76f59ea0..022d83b0 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1122,6 +1122,9 @@ function getNativeFSHandle (callback) { searchForArchivesInPreferencesOrStorage(); } } + }).catch(function (err) { + uiUtil.systemAlert('We could not verify permission for the requested file handle. Please try picking your archive again.', 'Verification failure!'); + console.error(err); }); } else { console.warn('No file or folder handle was previously stored in indexedDB');