Skip to content

Commit 3ce8dd5

Browse files
authoredSep 27, 2024··
fix: Close process after retry commit. Closes #974 (#1001)
1 parent 28d96ef commit 3ce8dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/cli/strategies/git-cz.js

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function gitCz (rawGitArgs, environment, adapterConfig) {
6767
if (error) {
6868
throw error;
6969
}
70+
process.exit(0);
7071
});
7172
}, shouldStageAllFiles);
7273

0 commit comments

Comments
 (0)
Please sign in to comment.