From fffd2e306d8484cc3b380dcf8a1c581c792a806b Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 23 Jul 2026 11:04:24 +0400 Subject: [PATCH] FIXME: on_exit does not pop up anymore --- bin/miaou-bash | 4 ++++ 1 file changed, 4 insertions(+) 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" }