There was an error while loading. Please reload this page.
1 parent c086dfa commit dfc2396Copy full SHA for dfc2396
1 file changed
bin/webpack.js
@@ -65,6 +65,7 @@ if (!webpackCliInstalled) {
65
.catch(error => {
66
questionInterface.close();
67
console.error(error);
68
+ process.exitCode = 1;
69
});
70
break;
71
}
0 commit comments