We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32412a8 commit 011b53eCopy full SHA for 011b53e
test/addons-napi/test_constructor/test_constructor_name.c
@@ -20,4 +20,4 @@ napi_value Init(napi_env env, napi_value exports) {
20
return cons;
21
}
22
23
-NAPI_MODULE(addon, Init)
+NAPI_MODULE(NODE_GYP_MODULE_NAME, Init)
0 commit comments