fix: merge 失败时返回错误状态码

This commit is contained in:
shizhendong
2024-10-28 17:34:24 +08:00
parent 7eb5a6502e
commit 300389ebec

View File

@@ -60,6 +60,7 @@ public enum RCode {
// GIT
GIT_COMMIT_CONFLICT_ERROR(203001, "Commit failed; fix conflicts and then commit the result"),
GIT_MERGE_FAILED(203002, "Merge failed"),
// Runner