은승우

debug app.js

Showing 1 changed file with 1 additions and 1 deletions
......@@ -102,10 +102,10 @@ function handleEvent(event) {
},
body: event.message.image
};
console.log("1");
request.post(options, function (error, response, body) {
var data=JSON.stringify(body);
var text='';
console.log(data);
while(data.indexOf('text\\')!=-1)
{
data=data.substring(data.indexOf('text\\')+9);
......