Skip to content

Commit fe46169

Browse files
committedSep 11, 2023
chore: fix code order
1 parent b8790b8 commit fe46169

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

Diff for: ‎src/makePatch.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -524,10 +524,9 @@ export function makePatch({
524524

525525
if (isRebasing || numPatchesAfterCreate > 1) {
526526
savePatchApplicationState({
527-
isRebasing: didFailWhileFinishingRebase,
528527
packageDetails,
529528
patches: nextState,
530-
// patchFileContents: diffResult.stdout.toString(),
529+
isRebasing: didFailWhileFinishingRebase,
531530
})
532531
} else {
533532
clearPatchApplicationState(packageDetails)

0 commit comments

Comments
 (0)
Please sign in to comment.