Commit dcbffe44 authored by project's avatar project

--no commit message

--no commit message
parent 2d01ad5d
......@@ -141,6 +141,7 @@ JobTask.prototype.run = function ()
async.waterfall([task_di,task_dt,task_do],function (err,resp) {
clearTimeout(jtimeout);
if(resp){console.log('[STATUS]\t\t: ' + resp.status);}
if(!err){
self.stop(resp)
console.log('***** JOB SUCCESSFULLY DONE *****\n');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment