This commit is contained in:
Sorunome 2021-01-21 19:01:41 +01:00
commit fbe285926f
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ export class Skype {
const MINUTE = 60000; const MINUTE = 60000;
client.on("error", async (err: Error) => { client.on("error", async (err: Error) => {
if (p.restarting) { if (p.restarting) {
await this.puppet.sendStatusMessage(puppetId, "Got an error, but am already restrting, ignoring...."); await this.puppet.sendStatusMessage(puppetId, "Got an error, but am already restarting, ignoring....");
return; return;
} }
p.restarting = true; p.restarting = true;