mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-05 03:11:41 +00:00
bleh errors
This commit is contained in:
parent
7bd6fa892f
commit
e6bf5266ae
@ -186,6 +186,7 @@ export class Skype {
|
||||
client.on("error", async (err: Error) => {
|
||||
log.error("Error when polling");
|
||||
log.error(err.name);
|
||||
log.error(err.code);
|
||||
const errr = err as any;
|
||||
if (errr.cause) {
|
||||
log.error(errr.cause.name);
|
||||
|
Loading…
Reference in New Issue
Block a user