From c54a761dae3fedf99a27beb7c7af8684dbbd3fcc Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 24 Jun 2025 22:04:52 +1000 Subject: [PATCH] Update core.func --- misc/core.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/core.func b/misc/core.func index a4dfe3e5a..880b0555f 100644 --- a/misc/core.func +++ b/misc/core.func @@ -60,6 +60,7 @@ on_error() { *) msg_error "Script failed at line $lineno with exit code $exit_code" ;; esac + msg_error "Please make an issue on GitHub if you believe this is a script bug." exit "$exit_code" }