From 984c3ded9a345ffad734ab32ecf772164d7fa1dd Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 2 Jun 2026 14:25:10 +0200 Subject: [PATCH] fix(scripts): avoid dead child assignment in fd repro --- scripts/check-memory-fd-repro.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-memory-fd-repro.mjs b/scripts/check-memory-fd-repro.mjs index edc08a8af2af..1e8487c129b7 100644 --- a/scripts/check-memory-fd-repro.mjs +++ b/scripts/check-memory-fd-repro.mjs @@ -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(),