Skip to content

Commit 19a6f21

Browse files
authored
Merge pull request #473 from archdesigner/patch-1
old bug sync
2 parents f980f24 + 4501bcc commit 19a6f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Instrument/ClassLoading/CacheWarmer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function warmUp()
6868

6969
$errors = [];
7070

71-
$displayException = function (\Exception $exception, $path) use (&$errors) {
71+
$displayException = function (\Throwable $exception, $path) use (&$errors) {
7272
$this->output->writeln(sprintf('<fg=white;bg=red;options=bold>[ERR]</>: %s', $path));
7373
$errors[$path] = $exception->getMessage();
7474
};

0 commit comments

Comments
 (0)