send text event on error

This commit is contained in:
Henry Hiles 2026-02-28 18:40:03 -05:00
commit f36f3372c7
No known key found for this signature in database
3 changed files with 1 additions and 60 deletions

View file

@ -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");
}
});