This commit is contained in:
2025-12-31 00:19:30 +08:00
parent 85df6626c1
commit 846e195efa
+1 -1
View File
@@ -42,7 +42,7 @@ class EventDispatch extends Component implements EventDispatcherInterface
try {
call_user_func($item, $event);
} catch (\Throwable $exception) {
error($exception);
\Kiri::getLogger()->json_log($exception);
}
if ($event instanceof StoppableEventInterface && $event->isPropagationStopped()) {
break;