Merge pull request #1463 from thelounge/astorije/better-error

Improve output of WebPush error
This commit is contained in:
Jérémie Astori 2017-08-26 12:03:08 -04:00 committed by GitHub
commit 330bb9a84e

View File

@ -65,7 +65,7 @@ class WebPush {
return;
}
log.error("WebPush Error", error);
log.error(`WebPush Error (${error})`);
});
}
}