This commit is contained in:
CanbiZ
2025-05-07 16:05:08 +02:00
parent c4aecb5108
commit 40e0159a68
4 changed files with 0 additions and 9 deletions

View File

@@ -25,7 +25,6 @@ trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
# This function handles errors
function error_handler() {
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID >/dev/null; then kill $SPINNER_PID >/dev/null; fi
printf "\e[?25h"
local exit_code="$?"
local line_number="$1"