commit | eaa61d8fda8c5f326311d952bc19a851a8427db7 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周四 1月 12 21:38:29 2012 +0000 |
committer | Roger Meier <roger@apache.org> | 周四 1月 12 21:38:29 2012 +0000 |
tree | b4216d3b5802179afa9d48a2ea8b207dfa677063 | |
parent | 0580d8dcb1874426559e0d40740bfb47b17c5188 [diff] [blame] |
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
diff --git a/test/Makefile.am b/test/Makefile.am index 1dfff80..f45424a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am
@@ -17,7 +17,7 @@ # under the License. # -SUBDIRS = +SUBDIRS = nodejs if WITH_CPP SUBDIRS += cpp @@ -45,6 +45,7 @@ csharp \ erl \ hs \ + nodejs \ ocaml \ perl \ php \