Commit 5e93b2a4 authored by project's avatar project

--no commit message

--no commit message
parent af995055
...@@ -42,12 +42,14 @@ function perform_function(context,request,response){ ...@@ -42,12 +42,14 @@ function perform_function(context,request,response){
else callback(); else callback();
}); });
} }
else callback()
}, function(err) { }, function(err) {
if( err ) { if( err ) {
console.log(err); console.log(err);
response.error(err);
} else { } else {
//fs.writeFileSync("./result.json", JSON.stringify(result)); //fs.writeFileSync("./result.json", JSON.stringify(result));
//console.log(JSON.stringify(result)); //console.log(JSON.stringify(result));
......
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