mirror of https://github.com/grpc/grpc-node.git
Fixed node extension module name
This commit is contained in:
parent
2254fd5aa7
commit
2e758434b1
|
@ -247,4 +247,4 @@ void init(Local<Object> exports) {
|
|||
grpc::node::ServerCredentials::Init(exports);
|
||||
}
|
||||
|
||||
NODE_MODULE(grpc, init)
|
||||
NODE_MODULE(grpc_node, init)
|
||||
|
|
Loading…
Reference in New Issue