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.
2 parents edb6876 + 52d0c5a commit 5fb3cb3Copy full SHA for 5fb3cb3
lib/tests/test.js
@@ -89,7 +89,7 @@ Test.prototype.deployAll = function(contractsConfig, cb) {
89
], function(err, result) {
90
if (err) {
91
console.log('terminating due to error');
92
- process.exit();
+ process.exit(1);
93
}
94
// this should be part of the waterfall and not just something done at the
95
// end
0 commit comments