Skip to content

Commit e0cb52e

Browse files
wxiaoguangdelvh
andauthored
Update cmd/serv.go
Co-authored-by: delvh <dev.lh@web.de>
1 parent 0919f95 commit e0cb52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/serv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var (
9898
// The output will be passed to git client and shown to user.
9999
func fail(ctx context.Context, userMessage, logMsgFmt string, args ...interface{}) error {
100100
if userMessage == "" {
101-
userMessage = "Internal Server Error (no user message)"
101+
userMessage = "Internal Server Error (no specific error)"
102102
}
103103

104104
// There appears to be a chance to cause a zombie process and failure to read the Exit status

0 commit comments

Comments
 (0)