We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e5da8 commit a2bd3e5Copy full SHA for a2bd3e5
installer_scripts/js/initializeApp.js
@@ -100,6 +100,7 @@ const installDependencies = async (gpuchoice) => {
100
await updateDependencies(false);
101
} catch (error) {
102
displayError(`Error during installation: ${error.message}`);
103
+ throw error;
104
}
105
};
106
@@ -304,6 +305,7 @@ function setupReactUI() {
304
305
displayMessage("Successfully built react-ui");
306
307
displayMessage("Failed to install node_modules or build react-ui");
308
309
310
311
exports.setupReactUI = setupReactUI;
0 commit comments