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 0f5af0a commit 6f47733Copy full SHA for 6f47733
src/node_code_integrity.cc
@@ -60,7 +60,7 @@ void InitWldp(Environment* env) {
60
LoadLibraryExA("wldp.dll", nullptr, LOAD_LIBRARY_SEARCH_SYSTEM32);
61
62
if (wldp_module == nullptr) {
63
- // Wldp is included on all Windows systems that are supported by Node's
+ // Wldp is included on all Windows systems that are supported by Node.js
64
// If Wldp is unable to be loaded, something is very wrong with
65
// the system state
66
THROW_ERR_INVALID_STATE(env, "WLDP.DLL does not exist");
0 commit comments