은승우

Update app.js

Showing 1 changed file with 2 additions and 1 deletions
......@@ -200,7 +200,8 @@ function handleEvent(event) {
};
request.post(options, function (error, response, body) {
var data=JSON.stringify(JSON.parse( body));
var data=JSON.stringify(JSON.parse(body), null, ' ');
console.log(data);
var text='';
while(data.indexOf('text\\')!=-1)
{
......