fix: the _EXP_ON_FAIL_ was not called on throw

This commit is contained in:
Shawn 2023-02-15 15:55:31 +08:00
parent bfa00a04dc
commit c84096c9c8
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@
try (_EXP_)
catch
throw : Reason ->
_EXP_ON_FAIL_,
throw({_ERROR_CONTEXT_, Reason});
_EXCLASS_:_EXCPTION_:_ST_ ->
_EXP_ON_FAIL_,