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
fix: use quote-aware parser for NODE_OPTIONS and add argv overwrite justification
Address review feedback: replace naive whitespace splitting of NODE_OPTIONS
with a shell-like tokenizer that handles single/double quoted values
(e.g. --title="hello world"). Add comments explaining the argv buffer
overwrite technique with references to libuv/Node.js. Add spec tests
for process.title including quoted NODE_OPTIONS values.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments