Not all messages received are json objects

This commit is contained in:
Richard Ramos 2018-06-11 16:46:57 -04:00
parent 9e92069667
commit a50e7c25a9

View File

@ -30,7 +30,6 @@ exports.serve = function(ipc, host, port, ws){
try {
jsonO = JSON.parse(resBody);
} catch(e) {
console.log(__("Cannot parse node response"));
return;
}