1
0
mirror of https://github.com/balkian/go5ears.git synced 2024-09-21 03:11:43 +00:00

Fixed try

This commit is contained in:
J.Fernando Sánchez 2012-11-08 14:39:50 +01:00
parent 62eff02fee
commit 1ed42479d3

View File

@ -86,6 +86,9 @@ app.get('/play', function(req,resp){
//add other headers here...
});
}
catch(exception){
console.log(exception);
}
resp.end();
});
});