node-cross-spawn
node-cross-spawn copied to clipboard
double quotes in arguments
I've been trying to track down an issue with double quotes in my arguments and it has led me to believe that the escapeArgument function in this package is the issue.
https://stackoverflow.com/a/31413730
This stackoverflow says that when escaping double quotes in windows you must use double double quotes.
" -> ""
Hello! Can you add a failing test in a PR so that we can take a look?
Alright. working on it.
Sorry, I've been swamped. I'll get back to this when I can.
Looks like I don't have time. Would you prefer that I create a new issue when I get the PR ready?