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 f9ed272 commit d029841Copy full SHA for d029841
01_bare_minimum/modulename.cpp
@@ -7,5 +7,5 @@ void RegisterModule(v8::Handle<v8::Object> target) {
7
8
// Register the module with node. Note that "modulename" must be the same as
9
// the basename of the resulting .node file. You can specify that name in
10
-// wscript. When you change it there, change it here too.
+// binding.gyp ("target_name"). When you change it there, change it here too.
11
NODE_MODULE(modulename, RegisterModule);
0 commit comments