test(loader): re-enable bundled fixtures · openclaw/openclaw@df8611c
vincentkoc
·
2026-04-29
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -216,6 +216,7 @@ function writeBundledPlugin(params: {
|
216 | 216 | filename: params.filename ?? "index.cjs", |
217 | 217 | body: params.body ?? simplePluginBody(params.id), |
218 | 218 | }); |
| 219 | +delete process.env.OPENCLAW_DISABLE_BUNDLED_PLUGINS; |
219 | 220 | process.env.OPENCLAW_BUNDLED_PLUGINS_DIR = bundledDir; |
220 | 221 | return { bundledDir, plugin }; |
221 | 222 | } |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。