은승우

debug app.js

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