node.js - When __filename in a main script could be different from the file used in command line? -


i'm reading node.js docs __filename variable:

the filename of code being executed. resolved absolute path of code file. for main program not same filename used in command line. value inside module path module file.

i wonder when main program __filename might differ filename used in command line. can point out such case?


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -