Merge pull request #1463 from thelounge/astorije/better-error
Improve output of WebPush error
This commit is contained in:
commit
330bb9a84e
@ -65,7 +65,7 @@ class WebPush {
|
||||
return;
|
||||
}
|
||||
|
||||
log.error("WebPush Error", error);
|
||||
log.error(`WebPush Error (${error})`);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user