Skip to content

Commit

Permalink
fixup! src: use option parser for expose_internals
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed Apr 6, 2017
1 parent 479d34f commit 8675a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3338,7 +3338,7 @@ void SetupProcessObject(Environment* env,
READONLY_PROPERTY(process, "_debugWaitConnect", True(env->isolate()));
}

// --expose_internals,--expose-internals
// --expose_internals, --expose-internals
if (expose_internals) {
READONLY_PROPERTY(process, "_exposeInternals", True(env->isolate()));
}
Expand Down

0 comments on commit 8675a23

Please sign in to comment.