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
#2

You're right. I'm seeing something slightly different when I do it, but it's not clearing the progress bar when it should, which definitely needs to be fixed.

Could you report this as an issue over at GitHub please? That makes it easier for us to find and fix later.

Thanks!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB