improved miaou_debug on_error

This commit is contained in:
pvincent
2026-07-29 11:00:20 +04:00
parent dbf067825c
commit 06042ac1f0
3 changed files with 14 additions and 9 deletions
+2 -1
View File
@@ -28,8 +28,9 @@ function do_subshell_term {
# echo SHOULD NOT SHOW UP!
}
# unable to catch up error when the last command is `!` statement
function do_last_false {
# FIXME: provides error detection
echo 'last false'
! true
}