summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-07-09 13:01:33 +0100
committerGitHub <noreply@github.com>2020-07-09 13:01:33 +0100
commit8ca39bd2c39b81cc909796c57fe5bca45fcd358c (patch)
tree153a5b488dbe89f37a4202fe265180a0b69a9896 /changelog.d
parentFix `can only concatenate list (not "tuple") to list` exception (#7810) (diff)
downloadsynapse-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.misc1
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.