fmt
This commit is contained in:
parent
fa95ccea23
commit
7d7d555671
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class LogConsole extends Extension
|
|||
}
|
||||
if (!defined("UNITTEST") && PHP_SAPI !== 'cli' && PHP_SAPI !== 'phpdbg') {
|
||||
$fp = fopen("/dev/tty", "w");
|
||||
if($fp) {
|
||||
if ($fp) {
|
||||
fwrite($fp, $str);
|
||||
fclose($fp);
|
||||
}
|
||||
|
|
Reference in a new issue