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
Update README.md
  • Loading branch information
avivkeller authored Sep 11, 2024
commit 530c63a711204021171d61966ba6bec05053803f
6 changes: 3 additions & 3 deletions lib/internal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ is not supported and can lead to unpredictable behavior.

In certain scenarios, accessing these internal modules for debugging or
experimental purposes might be necessary. Node.js provides the `--expose-internals`
flag to expose these modules to userland code. Exercise caution when using
this flag, as it can lead to unexpected results and is primarily intended
for advanced users and debugging purposes.
flag to expose these modules to userland code. This flag only exists to
assist Node.js maintainers with debugging internals. It is not meant for
use outside the project.