Skip to content

Commit

Permalink
WIP [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
michiel-asana committed Jun 30, 2017
1 parent 49fd420 commit 2637058
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 @@ -3275,7 +3275,7 @@ void SetupProcessObject(Environment* env,
process->Set(env->env_string(), process_env);

auto pid_fixed_string = FIXED_ONE_BYTE_STRING(env->isolate(), "pid");
CHECK(process->SetAccessor(env->context,
CHECK(process->SetAccessor(env->context(),
pid_fixed_string,
PidGetter,
PidSetter,
Expand Down

0 comments on commit 2637058

Please sign in to comment.