We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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