Fix windows extracting with curl typo, ignore traits in package

This commit is contained in:
crazywhalecc
2025-12-11 13:47:32 +08:00
parent fe0b983f6c
commit 4bbe56dd9f
3 changed files with 5 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ class ExceptionHandler
$line = str_pad($v, strlen($v) + $indent_space, ' ', STR_PAD_LEFT);
fwrite($spc_log, strip_ansi_colors($line) . PHP_EOL);
if ($output_log) {
InteractiveTerm::plain(ConsoleColor::red($line) . '');
InteractiveTerm::plain(ConsoleColor::red($line) . '', 'error');
}
}
}