From baa8c511dcb6248abb18a69fcf5dce4c7ce35157 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 22 Oct 2013 19:11:57 +0200 Subject: errors inside finalizers generate a full stack just like any other error --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 20a5c3f..2436ba0 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,7 @@
- This document was revised on 11-Oct-13, and applies to version 3.7.0. + This document was revised on 22-Oct-13, and applies to version 3.7.1.
@@ -893,6 +893,7 @@An error in a finalizer itself overrides the state of the regular chunk (in practise, it would be highly preferable not to have errors in finalizers). If one finalizer errors, the others may not get called. + If a finalizer error occurs after an error in the lane body, then this new error replaces the previous one (including the full stack trace).
-- cgit v1.2.3-55-g6feb |