Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Wrap parsing data from socket into
try .. catch
This fixes some weird error when you `forever start app.js`, `forever stopall` and `forever list`. Seems like there's a socket left behind which we can't remove and which responds with an empty string.
- Loading branch information