Skip to content
Merged
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
fixup! update comment
Co-authored-by: Joyee Cheung <joyeec9h3@gmail.com>
  • Loading branch information
zcbenz and joyeecheung authored Mar 3, 2024
commit 1a7ee83fe635b4896d8ec1d145026c6e05b025c6
4 changes: 2 additions & 2 deletions src/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -738,8 +738,8 @@ using EmbedderPreloadCallback =

// Run initialization for the environment.
//
// The |preload| function will run before executing the entry point, which
// is usually used by embedders to inject scripts.
// The |preload| function, usually used by embedders to inject scripts,
// will be run by Node.js before Node.js executes the entry point.
// The function is guaranteed to run before the user land module loader running
// any user code, so it is safe to assume that at this point, no user code has
// been run yet.
Expand Down