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
Post a Comment