mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 18:30:43 +00:00
fix(cli): repair agent runtime deps during startup
This commit is contained in:
@@ -245,6 +245,7 @@ describe("registerPreActionHooks", () => {
|
||||
});
|
||||
expect(ensurePluginRegistryLoadedMock).toHaveBeenCalledWith({
|
||||
scope: "all",
|
||||
installBundledRuntimeDeps: true,
|
||||
});
|
||||
});
|
||||
|
||||
@@ -261,6 +262,7 @@ describe("registerPreActionHooks", () => {
|
||||
});
|
||||
expect(ensurePluginRegistryLoadedMock).toHaveBeenCalledWith({
|
||||
scope: "all",
|
||||
installBundledRuntimeDeps: true,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user