Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing Node.js Windows value for
os.platform()
.
I assumed it was the same as `GOOS` (`windows`) but the docs for Node.js say otherwise (`win32`): https://nodejs.org/docs/latest-v16.x/api/os.html#osplatform Fixes #6.
- Loading branch information