We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876e6c8 commit b129624Copy full SHA for b129624
src/node.cc
@@ -2470,9 +2470,9 @@ void DLOpen(const FunctionCallbackInfo<Value>& args) {
2470
snprintf(errmsg,
2471
sizeof(errmsg),
2472
"The module '%s'"
2473
- "\nwas compiled against the Node.js API. This feature is "
2474
- "\nexperimental and must be enabled on the command-line by "
2475
- "\nadding --napi-modules.",
+ "\nwas compiled against the ABI-stable Node.js API (N-API)."
+ "\nThis feature is experimental and must be enabled on the "
+ "\ncommand-line by adding --napi-modules.",
2476
*filename);
2477
} else {
2478
0 commit comments