Skip to content

Commit 8675a23

Browse files
committed
fixup! src: use option parser for expose_internals
1 parent 479d34f commit 8675a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3338,7 +3338,7 @@ void SetupProcessObject(Environment* env,
33383338
READONLY_PROPERTY(process, "_debugWaitConnect", True(env->isolate()));
33393339
}
33403340

3341-
// --expose_internals,--expose-internals
3341+
// --expose_internals, --expose-internals
33423342
if (expose_internals) {
33433343
READONLY_PROPERTY(process, "_exposeInternals", True(env->isolate()));
33443344
}

0 commit comments

Comments
 (0)