Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benallfree committed Apr 24, 2024
1 parent dd257a0 commit df83fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plop/commands/util/exec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const exec: typeof spawn = async (cmd, _options, onProc) => {
..._options?.env,
},
}
console.log(process.env.PATH)
console.log(options.env.PATH)
const code = await spawn(cmd, options, onProc)
return code
}

0 comments on commit df83fcd

Please sign in to comment.