We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0330c30 commit b52322dCopy full SHA for b52322d
1 file changed
src/commands/fix/pnpm-fix.ts
@@ -249,6 +249,7 @@ export async function pnpmFix(
249
// eslint-disable-next-line no-await-in-loop
250
prResponse = await openGitHubPullRequest(name, targetVersion, cwd)
251
} catch (e) {
252
+ console.log(e)
253
logger.error('Failed to open pull request', e)
254
}
255
if (prResponse && autoMerge) {
0 commit comments