mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 07:30:44 +00:00
fix: keep runtime deps repair out of hot paths
This commit is contained in:
@@ -48,6 +48,7 @@ describe("ensureRuntimePluginsLoaded", () => {
|
||||
|
||||
expect(hoisted.resolveRuntimePluginRegistry).toHaveBeenCalledWith({
|
||||
config: {} as never,
|
||||
installBundledRuntimeDeps: false,
|
||||
workspaceDir: "/tmp/workspace",
|
||||
runtimeOptions: {
|
||||
allowGatewaySubagentBinding: true,
|
||||
@@ -63,6 +64,7 @@ describe("ensureRuntimePluginsLoaded", () => {
|
||||
|
||||
expect(hoisted.resolveRuntimePluginRegistry).toHaveBeenCalledWith({
|
||||
config: {} as never,
|
||||
installBundledRuntimeDeps: false,
|
||||
workspaceDir: "/tmp/workspace",
|
||||
runtimeOptions: undefined,
|
||||
});
|
||||
@@ -78,6 +80,7 @@ describe("ensureRuntimePluginsLoaded", () => {
|
||||
|
||||
expect(hoisted.resolveRuntimePluginRegistry).toHaveBeenCalledWith({
|
||||
config: {} as never,
|
||||
installBundledRuntimeDeps: false,
|
||||
workspaceDir: "/tmp/workspace",
|
||||
runtimeOptions: {
|
||||
allowGatewaySubagentBinding: true,
|
||||
|
||||
Reference in New Issue
Block a user