Unverified Commit 3ef1512f authored by Maël Nison's avatar Maël Nison Committed by Anna Henningsen
Browse files

src: allows escaping NODE_OPTIONS with backslashes

The characters specified within NODE_OPTIONS can now be escaped, which
is handy especially in conjunction with `--require` (where the file path
might happen to contain spaces that shouldn't cause the option to be
split into two).

Fixes: https://github.com/nodejs/node/issues/12971

PR-URL: https://github.com/nodejs/node/pull/24065


Reviewed-By: default avatarAnna Henningsen <anna@addaleax.net>
parent ba74e420
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment