diff --git a/static/js/web-install.js b/static/js/web-install.js index 4bf0fb60..1395971a 100644 --- a/static/js/web-install.js +++ b/static/js/web-install.js @@ -180,6 +180,8 @@ function addButtonHook(id, callback) { } catch (error) { statusCallback(`Error: ${error.message}`); statusField.className = "error-text"; + // Rethrow the error so it shows up in the console + throw error; } }; }