fix: the _EXP_ON_FAIL_ was not called on throw
This commit is contained in:
parent
bfa00a04dc
commit
c84096c9c8
|
@ -89,6 +89,7 @@
|
|||
try (_EXP_)
|
||||
catch
|
||||
throw : Reason ->
|
||||
_EXP_ON_FAIL_,
|
||||
throw({_ERROR_CONTEXT_, Reason});
|
||||
_EXCLASS_:_EXCPTION_:_ST_ ->
|
||||
_EXP_ON_FAIL_,
|
||||
|
|
Loading…
Reference in New Issue