global-functions: $LogPrintOnce: support exit

This commit is contained in:
Christian Hesse 2024-01-18 10:13:53 +01:00
parent 306269f919
commit a7619a5119
3 changed files with 5 additions and 4 deletions

View file

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