mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(build): respect PATH-less pnpm environments
This commit is contained in:
@@ -49,6 +49,7 @@ describe("resolveGeneratedModuleFormatter", () => {
|
||||
expect(
|
||||
resolveGeneratedModuleFormatter({
|
||||
comSpec: "C:\\Windows\\System32\\cmd.exe",
|
||||
env: { PATH: "" },
|
||||
existsSync: () => false,
|
||||
npmExecPath: "",
|
||||
outputPath: "C:\\Users\\test\\AppData\\Local\\Temp\\generated output.ts",
|
||||
|
||||
Reference in New Issue
Block a user