Browse Source

fix key offset in debug message

main
ghost 9 months ago
parent
commit
a2c38e32f8
  1. 2
      cli/fix.php

2
cli/fix.php

@ -169,7 +169,7 @@ foreach ((array) $namespaces as $namespace) @@ -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
);

Loading…
Cancel
Save