global-functions: $ExitError: give script name in message

This commit is contained in:
Christian Hesse 2024-12-08 22:02:52 +01:00
parent 0d69f8952c
commit ed6739b8bc

View file

@ -434,7 +434,7 @@
:global LogPrint; :global LogPrint;
:if ($ExitOK = "false") do={ :if ($ExitOK = "false") do={
$LogPrint error $ScriptName ("Script exited with error."); $LogPrint error $ScriptName ("Script '" . $ScriptName . "' exited with error.");
} }
} }