This commit is contained in:
2021-08-02 10:28:12 +08:00
parent b71b45c5c8
commit be3ce48e92
+1 -1
View File
@@ -145,7 +145,7 @@ class Loader extends BaseObject
static::$_classes[] = $replace->getName();
} catch (Throwable $throwable) {
$this->addError($throwable, 'throwable');
write(jTraceEx($throwable), 'throwable');
}
}