mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Presently, the renaming of directories that are in-use will fail on Windows. This is already compensated for when `process.platform` is set to `win32`. However, within BashOnWindows/WSL (Windows Subsystem for Linux), `process.platform` is equal to `linux`, though the underlying filesystem is still the same. Microsoft has stated that it is unlikely that they will remove `Microsoft` from the `os.release()` value so we check for that.