summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2019-10-09 07:09:04 +0900
committerDuru Can Celasun <can@dcc.im>2019-10-08 23:09:04 +0100
commit4fc4661c3043c7499c4682229418d62562ca45af (patch)
tree824444f184b608f4956676c20d263ed94fa8277a /tutorial
parent80984289011604d43ec3282a3e8464fa08765f27 (diff)
downloadthrift-4fc4661c3043c7499c4682229418d62562ca45af.tar.gz
THRIFT-4967: Node.js tutorial server fails if the zip function is invoked
Client: nodejs This closes #1887.
Diffstat (limited to 'tutorial')
-rw-r--r--tutorial/nodejs/NodeServer.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/tutorial/nodejs/NodeServer.js b/tutorial/nodejs/NodeServer.js
index 55d3817e9..2e198825c 100644
--- a/tutorial/nodejs/NodeServer.js
+++ b/tutorial/nodejs/NodeServer.js
@@ -77,7 +77,6 @@ var server = thrift.createServer(Calculator, {
zip: function() {
console.log("zip()");
- result(null);
}
});