Fix debug starting a chat

This commit is contained in:
2025-08-08 21:55:03 -04:00
parent 5613fdefa9
commit d21f532b70

View File

@@ -630,6 +630,7 @@ function chat() {
handle_edit
handle_cli_mode
handle_debug
rc=$((rc + $?))
handle_save
rc=$((rc + $?))
if [ "$rc" -ne 0 ]; then