Update core.func

This commit is contained in:
Sam Heinz
2025-06-24 22:04:52 +10:00
parent 4792c4a3f2
commit c54a761dae

View File

@@ -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"
}