We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7804b6 commit 970b2d2Copy full SHA for 970b2d2
server/api/v1/exa_breakpoint_continue.go
@@ -38,6 +38,7 @@ func BreakpointContinue(c *gin.Context) {
38
defer f.Close()
39
cen, _ := ioutil.ReadAll(f)
40
if flag := utils.CheckMd5(cen, chunkMd5); !flag {
41
+ response.FailWithMessage(err.Error(), c)
42
return
43
}
44
err, file := service.FindOrCreateFile(fileMd5, fileName, chunkTotal)
0 commit comments