This commit is contained in:
2023-08-16 12:34:11 +08:00
parent 4711a999f0
commit 1cfdbd3e5d
+1 -1
View File
@@ -105,7 +105,7 @@ class ErrorHandler extends Component implements ErrorInterface
return;
}
echo '[' . date('Y-m-d H:i:s') . ']' . $lastError['message'] . PHP_EOL . $lastError['file'] . PHP_EOL . $lastError['line'];
echo '[' . date('Y-m-d H:i:s') . ']' . $lastError['message'] . PHP_EOL;
event(new OnSystemError());
}