提交 6a4bf674 编写于 作者: W wwccss

- remove the support of ansion for windows.

上级 1eff80a1
......@@ -876,7 +876,7 @@ class zentaotest
}
/**
* Print a string in color in a linux os or in ansicon console in windows.
* Print a string with color if the os is not windows.
*
* @param string $string
* @param string $color
......@@ -885,12 +885,7 @@ class zentaotest
*/
public function colorString($string, $color)
{
if($this->os == 'win2')
{
$console = getenv('console');
if($console !== 'ansicon') return $string;
}
if($this->os == 'win') return $string;
return $color . $string . $this->config->ansi->off;
}
......
@echo off
set console=ansicon
.\runtime\ansicon\x32\ansicon.exe .\runtime\php\php.exe zt %*
.\php\php.exe zt %*
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册