You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like set the V8 --async-stack-traces option through the NODE_OPTIONS environment variable.
Describe the solution you'd like NODE_OPTIONS="--async-stack-traces" node should not throw the Error --async-stack-traces is not allowed in NODE_OPTIONS
Describe alternatives you've considered
setting --async-stack-traces as a command line argument is not possible in controlled environment like AWS Lambda (which only support NODE_OPTIONS)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like set the V8
--async-stack-traces
option through theNODE_OPTIONS
environment variable.Describe the solution you'd like
NODE_OPTIONS="--async-stack-traces" node
should not throw the Error--async-stack-traces is not allowed in NODE_OPTIONS
Describe alternatives you've considered
setting
--async-stack-traces
as a command line argument is not possible in controlled environment like AWS Lambda (which only support NODE_OPTIONS)The text was updated successfully, but these errors were encountered: