no more stderr

This commit is contained in:
pvincent
2026-08-16 10:02:24 +04:00
parent e00855e296
commit 3abbfd976a
9 changed files with 43 additions and 21 deletions
-1
View File
@@ -53,7 +53,6 @@ function show_error {
>&2 printf '\r'
>&2 ansi_block_error "$failure_type" "$failure_payload" "$code"
>&2 ansi_traces stack_sources stack_lines stack_functions
# [[ -p /dev/stdout ]] && kill -TERM $$
}
function echo_return {