fix(scripts): avoid dead child assignment in fd repro

This commit is contained in:
Vincent Koc
2026-06-02 14:25:10 +02:00
parent 0b7c94a5e1
commit 984c3ded9a

View File

@@ -712,7 +712,7 @@ async function main() {
OPENCLAW_CONFIG_PATH: configPath,
OPENCLAW_GATEWAY_TOKEN: token,
};
let child = null;
let child;
const summary = {
generatedAt: new Date().toISOString(),