Skip to content

Commit

Permalink
fix: add getSubscriberStub to synth file (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
callmehiphop authored Jan 15, 2019
1 parent 84fd7c7 commit 6fb9e42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
" callback\n"
" );\n"
" };\n"
" this.getSubscriberStub = function() {\n"
" return subscriberStub;\n"
" };\n"
"\g<0>")

# Update path discovery due to build/ dir and TypeScript conversion.
Expand Down

0 comments on commit 6fb9e42

Please sign in to comment.