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 479d34f commit 8675a23Copy full SHA for 8675a23
src/node.cc
@@ -3338,7 +3338,7 @@ void SetupProcessObject(Environment* env,
3338
READONLY_PROPERTY(process, "_debugWaitConnect", True(env->isolate()));
3339
}
3340
3341
- // --expose_internals,--expose-internals
+ // --expose_internals, --expose-internals
3342
if (expose_internals) {
3343
READONLY_PROPERTY(process, "_exposeInternals", True(env->isolate()));
3344
0 commit comments