mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 17:11:46 +00:00
refactor(plugins): decouple bundled plugin runtime loading
This commit is contained in:
@@ -777,7 +777,7 @@ describe("resolveUninstallDirectoryTarget", () => {
|
||||
installRecord: {
|
||||
source: "npm",
|
||||
spec: "my-plugin@1.0.0",
|
||||
installPath: "/tmp/not-openclaw-extensions/my-plugin",
|
||||
installPath: "/tmp/not-openclaw-plugin-install/my-plugin",
|
||||
},
|
||||
extensionsDir,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user