node-cross-spawn icon indicating copy to clipboard operation
node-cross-spawn copied to clipboard

double quotes in arguments

Open jssuttles opened this issue 5 years ago • 4 comments

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. " -> ""

jssuttles avatar Oct 29 '20 19:10 jssuttles

Hello! Can you add a failing test in a PR so that we can take a look?

satazor avatar Oct 29 '20 20:10 satazor

Alright. working on it.

jssuttles avatar Oct 29 '20 20:10 jssuttles

Sorry, I've been swamped. I'll get back to this when I can.

jssuttles avatar Nov 05 '20 16:11 jssuttles

Looks like I don't have time. Would you prefer that I create a new issue when I get the PR ready?

jssuttles avatar Nov 17 '20 02:11 jssuttles