Skip to content
Snippets Groups Projects
Commit fb70d91f authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

remove process.exit() from loadgen upon email addition failure. loadgen...

remove process.exit() from loadgen upon email addition failure.  loadgen shouldn't stop till it reaches the top.
parent cf0f243d
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,6 @@ exports.startFunc = function(cfg, cb) {
} catch (e) {
var err = 'failed to complete email addition for: ' + email + ' (' + token + '): ' + e.toString();
winston.error(err);
process.exit(1);
return cb(err);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment