Skip to content

Commit b52322d

Browse files
committed
Add debug for opening pr
1 parent 0330c30 commit b52322d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/fix/pnpm-fix.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ export async function pnpmFix(
249249
// eslint-disable-next-line no-await-in-loop
250250
prResponse = await openGitHubPullRequest(name, targetVersion, cwd)
251251
} catch (e) {
252+
console.log(e)
252253
logger.error('Failed to open pull request', e)
253254
}
254255
if (prResponse && autoMerge) {

0 commit comments

Comments
 (0)