Skip to content

Commit

Permalink
Duplicating patch to fix NPM support.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeckers committed May 25, 2017
1 parent 5f17ac4 commit 4149e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tls_wrap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -940,6 +940,7 @@ void TLSWrap::Initialize(Local<Object> target,
t->SetClassName(FIXED_ONE_BYTE_STRING(env->isolate(), "TLSWrap"));

env->SetProtoMethod(t, "getAsyncId", AsyncWrap::GetAsyncId);
env->SetProtoMethod(t, "asyncReset", AsyncWrap::AsyncReset);
env->SetProtoMethod(t, "receive", Receive);
env->SetProtoMethod(t, "start", Start);
env->SetProtoMethod(t, "setVerifyMode", SetVerifyMode);
Expand Down

0 comments on commit 4149e48

Please sign in to comment.