refactor(commands): hide onboarding install result · openclaw/openclaw@c48657b
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit c48657b
refactor(commands): hide onboarding install result
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -72,7 +72,7 @@ export type OnboardingPluginInstallEntry = {
|
72 | 72 | export type OnboardingPluginInstallStatus = "installed" | "skipped" | "failed" | "timed_out"; |
73 | 73 | |
74 | 74 | /** Config and status returned after attempting an onboarding plugin install. */ |
75 | | -export type OnboardingPluginInstallResult = { |
| 75 | +type OnboardingPluginInstallResult = { |
76 | 76 | cfg: OpenClawConfig; |
77 | 77 | installed: boolean; |
78 | 78 | pluginId: string; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments