mirror of
https://github.com/balkian/go5ears.git
synced 2025-04-16 01:49:07 +00:00
Fixed try
This commit is contained in:
parent
62eff02fee
commit
1ed42479d3
@ -86,6 +86,9 @@ app.get('/play', function(req,resp){
|
||||
//add other headers here...
|
||||
});
|
||||
}
|
||||
catch(exception){
|
||||
console.log(exception);
|
||||
}
|
||||
resp.end();
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user