Skip to content

Conversation

@jcs090218
Copy link
Member

@jcs090218 jcs090218 commented Feb 25, 2023

let result = '';
argv.forEach(function (element) {
// XXX: We wrap double quotes if the string contains spaces
if (/\s/g.test(element)) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jcs090218 jcs090218 added the bug Something isn't working label Feb 25, 2023
@jcs090218 jcs090218 merged commit fd84eee into master Feb 26, 2023
@jcs090218 jcs090218 deleted the fix/raw-args branch February 26, 2023 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants