This commit is contained in:
2025-12-31 00:19:29 +08:00
parent 34051feb87
commit 91e0fe8940
12 changed files with 569 additions and 66 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ class RouterCollector implements \ArrayAccess, \IteratorAggregate
$this->register($route, $value, $handler);
}
} catch (Throwable $throwable) {
error($throwable);
\Kiri::getLogger()->json_log($throwable);
}
}