fix(daemon): type Windows task env fixture · openclaw/openclaw@0a986f8
openclaw
·
2026-06-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -251,7 +251,7 @@ describe("installScheduledTask", () => {
|
251 | 251 | it("uses the hidden launcher for generated Windows gateway service installs", async () => { |
252 | 252 | await withUserProfileDir(async (_tmpDir, env) => { |
253 | 253 | schtasksResponses.push(okSchtasksResponse, missingTaskResponse); |
254 | | -const callerEnv = { |
| 254 | +const callerEnv: Record<string, string | undefined> = { |
255 | 255 | ...env, |
256 | 256 | HOME: env.USERPROFILE, |
257 | 257 | USERDOMAIN: "WORKSTATION", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。