This commit is contained in:
2023-04-18 23:47:30 +08:00
parent dfc87000c0
commit c58b3080ad
+1 -1
View File
@@ -99,7 +99,7 @@ class Scanner extends Component
$path = str_replace('.php', '', $path); $path = str_replace('.php', '', $path);
$this->files[] = $path; $this->files[] = $path;
} catch (\Throwable $throwable) { } catch (\Throwable $throwable) {
error($throwable->getMessage(), [$throwable]); error($throwable);
} }
} }