lint compliance

pull/1/head
yflory 2019-05-27 15:07:11 +02:00
parent ccff67cf42
commit bf0fd64a70
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ proxy.mailboxes = {
// NOTE: we use our own curvePublic so that we can decrypt our own message :)
box.sendMessage = function (_msg, cb) {
cb = cb || function () {};
var msg;
try {
msg = JSON.stringify(_msg);
} catch (e) {