| capture.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
capture.go
@@ -139,7 +139,7 @@ } if tryTime >= maxTry { err := fmt.Sprintf("try %d times to capture image, is url correct?\n", tryTime) err := fmt.Sprintf("try %d ms to capture image, is url correct?\n", tryTime) return nil, errors.New(err) }