send text event on error
This commit is contained in:
parent
3abdc8b6c1
commit
f36f3372c7
3 changed files with 1 additions and 60 deletions
|
|
@ -127,7 +127,7 @@ If you have any issues, reply to this email.""",
|
|||
}
|
||||
}
|
||||
} catch (error, stackTrace) {
|
||||
print("$error\n$stackTrace");
|
||||
await event.room.sendTextEvent("$error\n$stackTrace");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue