Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
removing full path to bootstrap_node.js
  • Loading branch information
danbev committed Aug 13, 2016
commit 62b4527746259abc34cfd46d5293b63a8af48fdb
5 changes: 2 additions & 3 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3374,9 +3374,8 @@ void LoadEnvironment(Environment* env) {
// assigning things to their places.

// We start the process this way in order to be more modular. Developers
// who do not like how 'lib/internal/bootstrap_node.js' setups the module
// system but do like Node's I/O bindings may want to replace 'f' with
// their own function.
// who do not like how bootstrap_node.js setups the module system but do
// like Node's I/O bindings may want to replace 'f' with their own function.

// Add a reference to the global object
Local<Object> global = env->context()->Global();
Expand Down