Commit e206f20f authored by project's avatar project

--no commit message

--no commit message
parent b81ba2b6
......@@ -15,7 +15,7 @@ function perform_function(context,request,response){
// memstore.getItem('lasttransaction',function(err,value){
// response.success(value);
// });
//data = data + "--DT--"
data = data.a.b + "--DT--";
response.success(data,output_type);
//response.reject();
......
......@@ -155,7 +155,12 @@ function perform_dt(context,request,cb)
}
var dt = new DITask(dt_context,request);
dt.run();
dt.on('error',function(err){
console.log('ERR');
console.log(err);
});
dt.on('done',function(resp){
track('[DT_OUTPUT_TYPE]\t: ' + resp.type,TRACKING>1);
track('[DT_STATUS]\t\t: ' + resp.status,TRACKING>1);
......
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