V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 41s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-07-25 18:17:54 +02:00
parent ca9c226afe
commit f8bf9d7aed
7 changed files with 27 additions and 21 deletions

View File

@@ -176,6 +176,7 @@ print_stacktrace() {
printf "%b❌ ↳ %s() at: [%s:%s] %b%b" "${RED}" "${FUNCNAME[i]}" "${BASH_SOURCE[i]}" "${BASH_LINENO[i-1]:-?}" "${RES}" "${NL}"
fi
done
printf "%b" "${NL}"
}
#######################################