From c513836e5fc0a06b382d44bc7150d998edd30db9 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期五, 20 十二月 2019 13:40:09 +0800
Subject: [PATCH] update

---
 gohumantrack/gohumantrack.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gohumantrack/gohumantrack.go b/gohumantrack/gohumantrack.go
index 8ef46bf..deff711 100644
--- a/gohumantrack/gohumantrack.go
+++ b/gohumantrack/gohumantrack.go
@@ -206,7 +206,7 @@
 	}
 	if fakeImage == nil {
 		logo.Infoln("batch~~~~~~ images slice no images")
-		return nil
+		return nil, errors.New("images slice is null")
 	}
 	for k, v := range imgs {
 		if v == nil {

--
Gitblit v1.8.0