fix key offset in debug message

This commit is contained in:
ghost 2023-12-14 06:19:29 +02:00
parent 7ad57d1e96
commit a2c38e32f8

View File

@ -169,7 +169,7 @@ foreach ((array) $namespaces as $namespace)
echo sprintf(
'Piece %s/%s sent, waiting %s seconds...' . PHP_EOL,
$key,
$key + 1,
$total,
$delay
);