You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2020/04/03 00:19:51 UTC

[thrift] branch master updated: THRIFT-5163 adds Q to exports for browserify Client: NodeJS Patch: Márton Csordás

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 102428d  THRIFT-5163 adds Q to exports for browserify Client: NodeJS Patch: Márton Csordás
102428d is described below

commit 102428d35da461aec0f3d8a513e4a21bb56ddb69
Author: Márton Csordás <cs...@gmail.com>
AuthorDate: Sat Mar 14 10:30:12 2020 +0100

    THRIFT-5163 adds Q to exports for browserify
    Client: NodeJS
    Patch: Márton Csordás
    
    This closes #2061
---
 lib/nodejs/lib/thrift/browser.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/nodejs/lib/thrift/browser.js b/lib/nodejs/lib/thrift/browser.js
index 82e5469..ba1ea8c 100644
--- a/lib/nodejs/lib/thrift/browser.js
+++ b/lib/nodejs/lib/thrift/browser.js
@@ -39,3 +39,4 @@ exports.TBinaryProtocol = require('./binary_protocol');
 exports.TCompactProtocol = require('./compact_protocol');
 
 exports.Int64 = require('node-int64');
+exports.Q = require('q');