Skip to content

Commit 1e6f5d3

Browse files
authored
fix: do not run git cherry-pick --abort on failure (#671)
1 parent b78efc5 commit 1e6f5d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/landing_session.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,6 @@ export default class LandingSession extends Session {
121121
ignoreFailure: false
122122
});
123123
} catch (ex) {
124-
await forceRunAsync('git', ['cherry-pick', '--abort']);
125-
126124
cli.error('Failed to apply patches');
127125
process.exit(1);
128126
}

0 commit comments

Comments
 (0)