Skip to content

cli: add --expose-gc flag available to NODE_OPTIONS#53078

Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom
juanarbol:juan/expose-gc
Jun 4, 2024
Merged

cli: add --expose-gc flag available to NODE_OPTIONS#53078
nodejs-github-bot merged 1 commit intonodejs:mainfrom
juanarbol:juan/expose-gc

Conversation

@juanarbol
Copy link
Copy Markdown
Member

This commits allows users to send --expose-gc via NODE_OPTIONS environment variable.

Using node --expose-gc is possible but via NODE_OPTIONS won't work.

NODE_OPTIONS='--expose-gc' node
node: --expose-gc is not allowed in NODE_OPTIONS

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. cli Issues and PRs related to the Node.js command line interface. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants