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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -