Skip to content

Commit

Permalink
debugger: rename process.debug_port to process.debugPort
Browse files Browse the repository at this point in the history
We should comply to to camelCase naming convention.
  • Loading branch information
mmalecki authored and indutny committed Feb 17, 2012
1 parent ae5e233 commit 977e211
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 @@ -2115,7 +2115,7 @@ Handle<Object> SetupProcessObject(int argc, char *argv[]) {
}
delete [] execPath;

process->SetAccessor(String::New("debug_port"),
process->SetAccessor(String::New("debugPort"),
DebugPortGetter,
DebugPortSetter);

Expand Down

0 comments on commit 977e211

Please sign in to comment.