Comparing version 1.1.0 to 1.1.1
@@ -60,3 +60,3 @@ "use strict"; | ||
if (ctx.idx === max) { | ||
throw err; | ||
return cb(err, null); | ||
} | ||
@@ -63,0 +63,0 @@ else { |
{ | ||
"name": "kitejs", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "the rpc framework Kite for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -107,2 +107,3 @@ # kitejs | ||
- consul 提供 consul 服务地址信息 | ||
- retry 重试次数,当网络不稳定时,需要重试 `2` | ||
@@ -109,0 +110,0 @@ ```js |
@@ -79,3 +79,3 @@ /** | ||
if (ctx.idx === max) { | ||
throw err; | ||
return cb(err, null); | ||
} else { | ||
@@ -82,0 +82,0 @@ return go(); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64864
154