lint compliance

This commit is contained in:
ansuz
2017-12-04 13:58:33 +01:00
parent cd29208267
commit 0b54a76211
3 changed files with 764 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ opt = {
var cb = pending[txid];
if (data.error) { return void cb(data.error); }
cb(void 0, data.content);
} catch (e) { console.error("UNHANDLED_MESSAGE", data); }
} catch (e) { console.error("UNHANDLED_MESSAGE", raw); }
});
cb(void 0, rpc);