From cde9ae6d4b5c6a523d74f80a791f208925ad9e3d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:39:21 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/core.func b/misc/core.func index 90a255a3..42207a5b 100644 --- a/misc/core.func +++ b/misc/core.func @@ -202,7 +202,9 @@ silent() { if [[ $rc -ne 0 ]]; then BASH_COMMAND="$cmd" + error_handler "$rc" fi + return $rc }