fix(sdk): raise plugin SDK usage heap · openclaw/openclaw@7d4001c
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1635,7 +1635,7 @@
|
1635 | 1635 | "plugin-sdk:surface": "node --max-old-space-size=8192 scripts/plugin-sdk-surface-report.mjs", |
1636 | 1636 | "plugin-sdk:surface:check": "node --max-old-space-size=8192 scripts/plugin-sdk-surface-report.mjs --check", |
1637 | 1637 | "plugin-sdk:sync-exports": "node scripts/sync-plugin-sdk-exports.mjs", |
1638 | | -"plugin-sdk:usage": "node --import tsx scripts/analyze-plugin-sdk-usage.ts", |
| 1638 | +"plugin-sdk:usage": "node --max-old-space-size=8192 --import tsx scripts/analyze-plugin-sdk-usage.ts", |
1639 | 1639 | "plugins:boundary-report": "node --import tsx scripts/plugin-boundary-report.ts", |
1640 | 1640 | "plugins:boundary-report:ci": "node --import tsx scripts/plugin-boundary-report.ts --summary --fail-on-cross-owner --fail-on-unclassified-unused-reserved --fail-on-eligible-compat", |
1641 | 1641 | "plugins:boundary-report:json": "node --import tsx scripts/plugin-boundary-report.ts --json", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。