mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-14 15:31:40 +00:00
blah
This commit is contained in:
parent
ba9586014e
commit
edcf434a48
@ -192,6 +192,8 @@ export class Skype {
|
||||
}
|
||||
log.error("code: ", errr.code);
|
||||
log.error("body: ", errr.body);
|
||||
log.error("cause: ", errr.cause);
|
||||
log.error("data: ", errr.data);
|
||||
log.error(err);
|
||||
if (err.name === "UnexpectedHttpStatus") {
|
||||
await this.puppet.sendStatusMessage(puppetId, "Error: " + err);
|
||||
|
Loading…
Reference in New Issue
Block a user