modify plugin name

This commit is contained in:
2022-02-23 16:32:08 +08:00
parent fa66eef192
commit 99c824c467
37 changed files with 317 additions and 937 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ class Loader extends Component
}
$this->appendFileToDirectory($path->getRealPath(), $replace->getName());
} catch (Throwable $throwable) {
$this->error(jTraceEx($throwable), 'throwable');
$this->logger->error(jTraceEx($throwable));
}
}
@@ -167,7 +167,7 @@ class Loader extends Component
}
return $paths;
} catch (Throwable $exception) {
$this->addError($exception, 'throwable');
$this->logger->addError($exception, 'throwable');
return [];
}
}