Skip to content

Commit

Permalink
doc: clarify symlink resolution for __filename
Browse files Browse the repository at this point in the history
Make it more explicit that symlinks are resolved in `__filename`.

Refs: nodejs#22602 (comment)
  • Loading branch information
Trott committed Nov 24, 2018
1 parent e0893f0 commit 7bd2267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,8 @@ added: v0.0.1

* {string}

The file name of the current module. This is the resolved absolute path of the
current module file.
The file name of the current module. This is current module file's absolute path
with symlinks resolved.

For a main program this is not necessarily the same as the file name used in the
command line.
Expand Down

0 comments on commit 7bd2267

Please sign in to comment.