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(ext/node): export geteuid from node:process #23840

Merged
merged 3 commits into from
May 16, 2024

Conversation

littledivy
Copy link
Member

Fixes #23827

@littledivy littledivy enabled auto-merge (squash) May 16, 2024 04:24
@@ -879,6 +880,7 @@ Deno.test("process.geteuid", () => {
if (Deno.build.os === "windows") {
assertEquals(process.geteuid, undefined);
} else {
assert(geteuid);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: it's more robust to assert the output.

Copy link
Member

@satyarohith satyarohith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@littledivy littledivy merged commit a31b813 into denoland:main May 16, 2024
17 checks passed
@littledivy
Copy link
Member Author

I should stop enabling auto-merge. Bad muscle memory 😅

@littledivy littledivy deleted the export_getuid branch May 16, 2024 05:24
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.

geteuid missing from node:process
2 participants