mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 14:18:11 +00:00
fix(daemon): avoid freezing Windows PATH in task scripts (#39139, thanks @Narcooo)
Co-authored-by: majx_mac <mjxnarco@pku.edu.cn>
This commit is contained in:
@@ -209,6 +209,9 @@ function buildTaskScript({
|
||||
if (!value) {
|
||||
continue;
|
||||
}
|
||||
if (key.toUpperCase() === "PATH") {
|
||||
continue;
|
||||
}
|
||||
lines.push(renderCmdSetAssignment(key, value));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user