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

Handle new ProcessGlobalArgsInternal function in node >19 #1086

Conversation

jakepruitt
Copy link
Contributor

What this PR does / why we need it:

As of nodejs/node#44746, the function that formerly performed global variable processing changed from ProcessGlobalArgs to ProcessGlobalArgsInternal with a different return type. This is causing the error seen in #1084 and #1082.

Which issue(s) this PR fixes:

Fixes #1082
Fixes #1084

Special notes for your reviewer:

Co-authored-by: Caleb Boyd <caleb.boyd@gmail.com>
@jakepruitt
Copy link
Contributor Author

@calebboyd could you help get the integration tests to run?

@calebboyd calebboyd merged commit a339917 into nexe:v4 Apr 29, 2024
0 of 6 checks passed
calebboyd added a commit that referenced this pull request Apr 29, 2024
* Handle new ProcessGlobalArgsInternal function in node >19

* Use 18.19.99 specifically

* Update src/patches/disable-node-cli.ts

Co-authored-by: Caleb Boyd <caleb.boyd@gmail.com>

---------

Co-authored-by: Caleb Boyd <caleb.boyd@gmail.com>
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

2 participants