refactor: hide boundary prep internals · openclaw/openclaw@569cb65
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -168,7 +168,7 @@ function abortSiblingSteps(abortController) {
|
168 | 168 | } |
169 | 169 | } |
170 | 170 | |
171 | | -export function runNodeStep(label, args, timeoutMs, params = {}) { |
| 171 | +function runNodeStep(label, args, timeoutMs, params = {}) { |
172 | 172 | const abortController = params.abortController; |
173 | 173 | return new Promise((resolvePromise, rejectPromise) => { |
174 | 174 | const child = spawn(process.execPath, args, { |
@@ -258,7 +258,7 @@ export async function runNodeSteps(steps, env = process.env) {
|
258 | 258 | } |
259 | 259 | } |
260 | 260 | |
261 | | -export async function main(argv = process.argv.slice(2)) { |
| 261 | +async function main(argv = process.argv.slice(2)) { |
262 | 262 | try { |
263 | 263 | const mode = parseMode(argv); |
264 | 264 | const rootDtsFresh = |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。