THRIFT-1267 Node.js can't throw exceptions
authorRoger Meier <roger@apache.org>
Thu, 12 Jan 2012 21:38:29 +0000 (21:38 +0000)
committerRoger Meier <roger@apache.org>
Thu, 12 Jan 2012 21:38:29 +0000 (21:38 +0000)
commiteaa61d8fda8c5f326311d952bc19a851a8427db7
treeb4216d3b5802179afa9d48a2ea8b207dfa677063
parent0580d8dcb1874426559e0d40740bfb47b17c5188
THRIFT-1267 Node.js can't throw exceptions
Patch: Henrique Mendonca

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1230797 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
.gitignore
compiler/cpp/src/generate/t_js_generator.cc
configure.ac
lib/nodejs/examples/Makefile
lib/nodejs/examples/server.js
lib/nodejs/examples/server_multitransport.js
test/Makefile.am
test/nodejs/Makefile.am [new file with mode: 0755]
test/nodejs/client.js [new file with mode: 0644]
test/nodejs/package.json [new file with mode: 0644]
test/nodejs/server.js [new file with mode: 0644]
test/test.sh