commit | b239b0a53b016ea55939b6fd667955762bd56909 | [log] [tgz] |
---|---|---|
author | 邹异雄 <yixiongzou@tuputech.com> | Fri Jan 04 20:31:32 2019 +0800 |
committer | James E. King III <jking@apache.org> | Sat Jan 05 01:59:19 2019 -0500 |
tree | 20b77b5b211529a3b49972f8ab4657a8baa8bc83 | |
parent | 41d5d3a9ef5f6c90b0bff1a6e5f785841c11c15b [diff] |
Style: fix style
diff --git a/lib/nodejs/lib/thrift/connection.js b/lib/nodejs/lib/thrift/connection.js index 06481db..15d955b 100644 --- a/lib/nodejs/lib/thrift/connection.js +++ b/lib/nodejs/lib/thrift/connection.js
@@ -222,7 +222,7 @@ this.retry_timer = setTimeout(function () { if (self.connection.destroyed) { - return; + return; } log.debug("Retrying connection...");