fix: merge 失败时返回错误状态码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user