mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:51:15 +08:00
fix(scripts): avoid dead child assignment in fd repro
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user