mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-24 21:13:04 +00:00
fix(cli): improve terminal error guidance
This commit is contained in:
@@ -189,7 +189,7 @@ describe("plugins cli policy mutations", () => {
|
||||
);
|
||||
|
||||
expect(runtimeErrors).toContain(
|
||||
"Plugin not found: missing-plugin. Run `openclaw plugins list` to see installed plugins.",
|
||||
"Plugin not found: missing-plugin. Run `openclaw plugins list` to see installed plugins, or `openclaw plugins search missing-plugin` to look for installable plugins.",
|
||||
);
|
||||
expect(enablePluginInConfig).not.toHaveBeenCalled();
|
||||
expect(writeConfigFile).not.toHaveBeenCalled();
|
||||
|
||||
Reference in New Issue
Block a user