diff options
Diffstat (limited to 'static/js/web-install.js')
| -rw-r--r-- | static/js/web-install.js | 2 |
1 files changed, 2 insertions, 0 deletions
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; } }; } |
