diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-09 13:01:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 13:01:33 +0100 |
commit | 8ca39bd2c39b81cc909796c57fe5bca45fcd358c (patch) | |
tree | 153a5b488dbe89f37a4202fe265180a0b69a9896 /changelog.d | |
parent | Fix `can only concatenate list (not "tuple") to list` exception (#7810) (diff) | |
download | synapse-8ca39bd2c39b81cc909796c57fe5bca45fcd358c.tar.xz |
Improve stacktraces from exceptions in background processes (#7808)
use `Failure()` to fish out the real exception.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7808.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7808.misc b/changelog.d/7808.misc new file mode 100644 index 0000000000..c2acca56ec --- /dev/null +++ b/changelog.d/7808.misc @@ -0,0 +1 @@ +Improve stacktraces from exceptions in background processes. |