Welcome Guest, Not a member yet? Register   Sign In
Problem with CLI progress complete's message
#1

Code:
CLI Progress, when it done shows message with repeated two characters from the end.

   [..........] 0% Completete

   Completete => .........tete

If I testing with changing the core (system/CLI/CLI.php):

   Done => Donene (....nene)

looks better if I added two spaces (line 536):
   
   fwrite(STDOUT, " {$percent}% Complete  ".PHP_EOL);
   
OS: Win8.1-x64 (console)
Reply


Messages In This Thread
Problem with CLI progress complete's message - by mixinix - 06-28-2016, 11:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB