Skip to content

Conversation

@ThatOneBro
Copy link
Contributor

Fixes #2127

} = import.meta.require("node:os");
const { promisify } = import.meta.require("node:util");

const { ArrayBuffer } = import.meta.primordials;
Copy link
Collaborator

Choose a reason for hiding this comment

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

each of the below globalThis getters can be from primordials

@Jarred-Sumner Jarred-Sumner merged commit 9be68ac into main Feb 22, 2023
@Jarred-Sumner Jarred-Sumner deleted the derrick/fix/child-process-exec-promisify branch February 22, 2023 20:39
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.

Promisified exec from child_spawn different from Node

3 participants