From 57ad16d291a0cf3c4ceb5464fc5e18dbdac3a689 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 14 Jul 2026 16:19:16 +0400 Subject: [PATCH] no more trace: ERROR --- bin/miaou-bash | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/miaou-bash b/bin/miaou-bash index 87e9f48..bb76fc3 100755 --- a/bin/miaou-bash +++ b/bin/miaou-bash @@ -91,7 +91,6 @@ function on_exit { stack_functions=("$funcname" "${stack_functions[@]}") failure_type='RETURN' - failure_traces+=("ERROR $code: [return $return_code]") else regex='^(.*): command not found$' if [[ "$message" =~ $regex ]]; then @@ -131,7 +130,6 @@ function on_exit { fi fi fi - failure_traces+=("ERROR $code: [$message]") fi fi else @@ -152,7 +150,6 @@ function on_exit { code=141 failure_type='PIPE ERROR' fi - failure_traces+=("ERROR $code:") # fi fi