mirror of
https://github.com/plantroon/mx-puppet-xmpp.git
synced 2024-11-14 23:41:40 +00:00
fix typo in error message
This commit is contained in:
parent
0255283d5a
commit
3552242a66
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user