mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
test(loader): re-enable bundled fixtures
This commit is contained in:
@@ -216,6 +216,7 @@ function writeBundledPlugin(params: {
|
||||
filename: params.filename ?? "index.cjs",
|
||||
body: params.body ?? simplePluginBody(params.id),
|
||||
});
|
||||
delete process.env.OPENCLAW_DISABLE_BUNDLED_PLUGINS;
|
||||
process.env.OPENCLAW_BUNDLED_PLUGINS_DIR = bundledDir;
|
||||
return { bundledDir, plugin };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user