Don't attempt to load a directory.
This patch replaces the path.exists check for module loading with a call to fs.statSync (or fs.stat for require.async) which ensures that it's not trying to load a directory.
parent
0b925d07
Please register or sign in to comment