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 f472c09 commit f669a08Copy full SHA for f669a08
src/node.cc
@@ -2544,7 +2544,7 @@ static void EnvSetter(Local<String> property,
2544
SetEnvironmentVariableW(key_ptr, reinterpret_cast<WCHAR*>(*val));
2545
}
2546
#endif
2547
- // Whether it worked or not, always return rval.
+ // Whether it worked or not, always return value.
2548
info.GetReturnValue().Set(value);
2549
2550
0 commit comments