add middleware arg trait and annotation trait

This commit is contained in:
crazywhalecc
2023-03-05 22:15:01 +08:00
committed by Jerry
parent b8501e94f0
commit 3e2911b807
7 changed files with 129 additions and 5 deletions

View File

@@ -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;
}