From be3ce48e922077e149542b75a9f5e2f936906942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 2 Aug 2021 10:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 59a6c5f4..9cc1f2e2 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -145,7 +145,7 @@ class Loader extends BaseObject static::$_classes[] = $replace->getName(); } catch (Throwable $throwable) { - $this->addError($throwable, 'throwable'); + write(jTraceEx($throwable), 'throwable'); } }