Improve output of WebPush error
Without this, the error displayed contains a lot of superfluous information, repeated.
This commit is contained in:
parent
6ba2b8a3d1
commit
9c5071ec98
@ -65,7 +65,7 @@ class WebPush {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
log.error("WebPush Error", error);
|
log.error(`WebPush Error (${error})`);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user