0.7.2.5
This commit is contained in:
@@ -11,7 +11,7 @@ class ProgressBar {
|
||||
public static function display($message = null) {
|
||||
$string = "PROGRESS:".round((self::$done/self::$total)*100,2);
|
||||
if ($message) {
|
||||
return "\t".$string."\n".$message;
|
||||
return "\n".$string."\n".$message;
|
||||
} elseif (!strpos(__FILE__,".app")) {
|
||||
return "\r\033[K\r".$string;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user