Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make sure process.getuid doesn't get called on Windows #188

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

smusali
Copy link
Contributor

@smusali smusali commented Aug 21, 2020

process.getuid method isn't supported on Windows as explained here; so, this commit is for fixing that bug.

Ref: LOG-6981
Semver: patch

index.js Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
mdeltito
mdeltito previously approved these changes Aug 21, 2020
@smusali smusali assigned ghost and esatterwhite Aug 21, 2020
index.js Outdated Show resolved Hide resolved
`process.getuid` method isn't supported on `Windows` as explained [here](https://nodejs.org/api/process.html#process_process_getuid); so, this commit is for fixing that bug.

Ref: LOG-6981
Semver: patch
@smusali smusali merged commit 7da58b7 into master Aug 21, 2020
@smusali smusali deleted the smusali/LOG-6981 branch August 21, 2020 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants