[
https://issues.apache.org/jira/browse/THRIFT-3876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15380082#comment-15380082
]
ASF GitHub Bot commented on THRIFT-3876:
----------------------------------------
Github user Jens-G commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1045#discussion_r71038300
--- Diff: test/haxe/src/Main.hx ---
@@ -46,11 +46,14 @@ class Main
if( args.printHelpOnly)
return;
+ #if js
+ TestClient.Execute(args);
+ #else
if (args.server)
--- End diff --
Why do we need the ifdef here? No other way?
> haxe js/nodejs client
> ---------------------
>
> Key: THRIFT-3876
> URL: https://issues.apache.org/jira/browse/THRIFT-3876
> Project: Thrift
> Issue Type: Improvement
> Components: Haxe - Library
> Reporter: Oleksii Prudkyi
> Assignee: Oleksii Prudkyi
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)