Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Sep 30, 2024
1 parent c61a77a commit 67a701c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export async function pi(params: string, pkg: string, executor = 'ni') {
errorExit: false,
})
if (
result?.includes('pnpm versions with respective Node.js version support')
result
&& result.includes('pnpm versions with respective Node.js version support')
) {
log(result)
log(
Expand Down

0 comments on commit 67a701c

Please sign in to comment.