Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
module: normalize path when computing cache key.
When adding a new module to the cache, and also when querying the cache, normalize the path so that modules don't get loaded more than once when they are referenced by the same filename but with different case. Fixes nodejs#7031.
- Loading branch information