Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
修复可能存在的error
Browse files Browse the repository at this point in the history
  • Loading branch information
perrornet committed Feb 26, 2022
1 parent d1e5298 commit 1d759ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/handles/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (z ZipParams) ID() string {
ports = append(ports, v.Port, v.Pool)
}
name := pkg.Crc32IEEEStr(fmt.Sprintf("%s-%s-%s-%s-%s",
z.ClientSystemType, z.ClientSystemStruct, z.ClientRunType, strings.Join(ports, ","), z.ClientVersion))[:10]
z.ClientSystemType, z.ClientSystemStruct, z.ClientRunType, strings.Join(ports, ","), z.ClientVersion))
return name
}

Expand Down

0 comments on commit 1d759ff

Please sign in to comment.