Catch all exceptions raised in commands that are invoked locally

This commit is contained in:
2021-04-20 10:30:59 +02:00
parent 5fa28a9364
commit 4852da9bd5
2 changed files with 26 additions and 8 deletions

View File

@@ -1,3 +1,8 @@
## In development
### Bugfixes
- `executeFor` functions will no longer fail with an exception if a function scheduled to be called by the local user throws.
## 1.0.2
### New API endpoints
- Added `executeForOthers` and `executeForOtherGMs` that execute for all users/all GMs except the local client.