added back the OK on premature success

v1.18.x
Julian Lam 9 years ago
parent 13210a91e6
commit bb25c1b831

@ -119,6 +119,7 @@ var getRunningPid = function(callback) {
}),
function(payload, next) {
if (!payload.plugins.length) {
process.stdout.write('OK'.green + '\n'.reset);
return next(null, []); // no extraneous plugins installed
}

Loading…
Cancel
Save