diff --git a/bin/miaou-bash b/bin/miaou-bash index df2429e..49cb937 100755 --- a/bin/miaou-bash +++ b/bin/miaou-bash @@ -193,6 +193,10 @@ function on_exit { else dump_success fi + + # FIXME: be aware of errors during the on_exit function because it does not pop up! + miaou_debug "--end of on_exit => $code --" + builtin exit "$code" }