Skip to content

Commit 85b40fc

Browse files
chore: debug windows
1 parent b26e24c commit 85b40fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/services/deps.services.ts

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export const dependencies = async ({where}: PopulateInput) => {
2222
...(nonNullish(where) && where !== '' ? ['--prefix', where ?? ''] : [])
2323
];
2424

25+
console.log(pm, args);
26+
2527
await spawn({
2628
command: pm,
2729
args,

0 commit comments

Comments
 (0)