diff --git a/src/agents/shell-utils.ts b/src/agents/shell-utils.ts index 08069e5e2..6d4efac59 100644 --- a/src/agents/shell-utils.ts +++ b/src/agents/shell-utils.ts @@ -1,5 +1,6 @@ -import fs from "node:fs"; import { spawn } from "node:child_process"; +import fs from "node:fs"; +import path from "node:path"; function resolvePowerShellPath(): string { const systemRoot = process.env.SystemRoot || process.env.WINDIR;