global-functions: $ExitError: drop argument $ExitOK...

... as the is no longer required with early exit with :exit.
This commit is contained in:
Christian Hesse 2026-01-19 15:29:59 +01:00
parent eb182fe769
commit 2e422a153f
69 changed files with 83 additions and 86 deletions

View file

@ -53,7 +53,7 @@
:set NtfyQueue;
}
} do={
:global ExitError; $ExitError false $0 $Err;
:global ExitError; $ExitError $0 $Err;
} }
# send notification via ntfy - expects one array argument
@ -148,7 +148,7 @@
$SendNtfy2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 });
} do={
:global ExitError; $ExitError false $0 $Err;
:global ExitError; $ExitError $0 $Err;
} }
# send notification via ntfy - expects one array argument