From 61c9c5ce803c6c41ba4579c47b3ebe5d89cde902 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 16 Sep 2025 10:20:47 +0200 Subject: [PATCH] Update error_handler.func --- misc/error_handler.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/error_handler.func b/misc/error_handler.func index 2e9ee019..7d78fab4 100644 --- a/misc/error_handler.func +++ b/misc/error_handler.func @@ -96,7 +96,7 @@ error_handler() { explanation="$(explain_exit_code "$exit_code")" printf "\e[?25h" - echo -e "\n${RD}[ERROR]${CL} in line ${RD}${line_number}${CL}: exit code ${RD}${exit_code}${CL} (${explanation}): while executing command ${YW}${command}${CL}\n" + echo -e "\n${RD}[ERROR]${CL} in line ${RD}${line_number}${CL}: exit code ${RD}${exit_code}${CL} (${explanation}): while executing command ${YWB}${command}${CL}\n" if [[ -n "${DEBUG_LOGFILE:-}" ]]; then {