commit | 4fc4661c3043c7499c4682229418d62562ca45af | [log] [tgz] |
---|---|---|
author | Kengo Seki <sekikn@apache.org> | Wed Oct 09 07:09:04 2019 +0900 |
committer | Duru Can Celasun <can@dcc.im> | Tue Oct 08 23:09:04 2019 +0100 |
tree | 824444f184b608f4956676c20d263ed94fa8277a | |
parent | 80984289011604d43ec3282a3e8464fa08765f27 [diff] |
THRIFT-4967: Node.js tutorial server fails if the zip function is invoked Client: nodejs This closes #1887.
diff --git a/tutorial/nodejs/NodeServer.js b/tutorial/nodejs/NodeServer.js index 55d3817..2e19882 100644 --- a/tutorial/nodejs/NodeServer.js +++ b/tutorial/nodejs/NodeServer.js
@@ -77,7 +77,6 @@ zip: function() { console.log("zip()"); - result(null); } });