global-functions: $LogPrintOnce: drop support for exit

This is not widely adopted or used, so let's just drop it - no
compatibility.
This commit is contained in:
Christian Hesse 2024-03-08 11:09:22 +01:00
parent 76f65c13d7
commit 19802c0b69
4 changed files with 9 additions and 9 deletions

View file

@ -82,7 +82,7 @@
}
:if ([ :len $Data ] > 63000) do={
$LogPrintOnce warning $ScriptName ("The list is huge and may be truncated: " . $List->"url") false;
$LogPrintOnce warning $ScriptName ("The list is huge and may be truncated: " . $List->"url");
}
:while ([ :len $Data ] != 0) do={