bleh errors

This commit is contained in:
Sorunome 2020-03-28 10:57:16 +01:00
parent 7bd6fa892f
commit e6bf5266ae
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 0 deletions

View File

@ -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);