Commit 70ca6031 authored by project's avatar project

--no commit message

--no commit message
parent 3a5f2249
...@@ -75,7 +75,7 @@ JobTask.prototype.run = function () ...@@ -75,7 +75,7 @@ JobTask.prototype.run = function ()
dm_i.run(function() { dm_i.run(function() {
perform_di({'context':context,'handle':self} ,function(err,resp){ perform_di({'context':context,'handle':self} ,function(err,resp){
if(di_resp){console.log('[DI STATUS]\t\t: ' + di_resp.status);} if(resp){console.log('[DI STATUS]\t\t: ' + resp.status);}
if(resp.status == 'success'){ if(resp.status == 'success'){
callback(null,resp); callback(null,resp);
}else{ }else{
......
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