打印日志

dev_tj
daiao 5 years ago
parent f25bb0ded7
commit 00a5bb8834

@ -68,8 +68,8 @@ class GitService
content = JSON.parse(body)
if content["code"] != 0
raise("版本库异常")
logger.error("repository error: #{content['msg']}")
raise("版本库异常")
end
#raise content["msg"] if content["code"] != 0

Loading…
Cancel
Save