Commit 159cb543 authored by project's avatar project

--no commit message

--no commit message
parent ec879a10
...@@ -37,11 +37,9 @@ function perform_function(context,request,response){ ...@@ -37,11 +37,9 @@ function perform_function(context,request,response){
} }
}, function(err) { }, function(err) {
console.log("CB");
if( err ) { if( err ) {
console.log(err); console.log(err);
} else { } else {
console.log('data out...');
fs.writeFileSync("./result.json", JSON.stringify(result)); fs.writeFileSync("./result.json", JSON.stringify(result));
//console.log(JSON.stringify(result)); //console.log(JSON.stringify(result));
response.success(result,output_type); response.success(result,output_type);
......
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