We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8790b8 commit fe46169Copy full SHA for fe46169
src/makePatch.ts
@@ -524,10 +524,9 @@ export function makePatch({
524
525
if (isRebasing || numPatchesAfterCreate > 1) {
526
savePatchApplicationState({
527
- isRebasing: didFailWhileFinishingRebase,
528
packageDetails,
529
patches: nextState,
530
- // patchFileContents: diffResult.stdout.toString(),
+ isRebasing: didFailWhileFinishingRebase,
531
})
532
} else {
533
clearPatchApplicationState(packageDetails)
0 commit comments