This commit is contained in:
2021-03-23 18:38:40 +08:00
parent bf9b3559c4
commit 06330ab770
+3
View File
@@ -127,6 +127,9 @@ class Logger extends Component
*/
public function output($message)
{
if (str_contains($message, 'Event::rshutdown(): Event::wait()')) {
return;
}
echo $message;
}