mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 00:25:35 +08:00
add middleware arg trait and annotation trait
This commit is contained in:
@@ -53,7 +53,7 @@ class PluginInstallCommand extends PluginCommand
|
||||
return static::FAILURE;
|
||||
}
|
||||
} catch (\Throwable $e) {
|
||||
$this->error('niu: ' . $e->getMessage());
|
||||
$this->error('插件安装失败: ' . $e->getMessage());
|
||||
$this->error($e->getTraceAsString());
|
||||
return static::FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user