mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-23 13:48:49 +00:00
Not all messages received are json objects
This commit is contained in:
parent
9e92069667
commit
a50e7c25a9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user