mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 09:34:13 +02:00
notify user of message error
This commit is contained in:
parent
af59201c70
commit
1291cc6ad0
1 changed files with 1 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ export class Steam {
|
|||
}
|
||||
} catch (e) {
|
||||
log.error(`Error while sending message ${e}`);
|
||||
await this.bridge.sendStatusMessage(room.puppetId, `Error while sending message ${e}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue