Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MemoryFS path normalizing on Windows
This uses the `path.sep` as the default `cwd`, which fixes errors on Windows like `FSError: ENOENT: \ does not exist`. Additionally, it normalizes filepaths to the fully resolved `cwd`, which on Windows resembles `C:\foo\bar`.
- Loading branch information