Skip to content

Remove escaped quotes from windows registry queries #250

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

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

bretambrose
Copy link
Contributor

#249

Scanning through the docs for child_process -- https://nodejs.org/api/child_process.html#child_process_child_process_execfile_file_args_options_callback -- I can see that execFile includes a parameter controlling argument escaping, windowsVerbatimArguments, which default to false (and cmake-js does not override). This lends some additional weight to the proposed fix to remove the manually-added quotes, as execFile should take care of it for us.

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.

2 participants