Skip to content
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

Regex problem on window os #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

coconutperm
Copy link

Regular expressions truncate characters below '.' char.
ex) "nodemon.cmd ==> nodemon"

bcz group 2 regex is only '\w+'. So I add regex for get full command.
full command need for run on window os. because of child-process use win-bash to window.

#140 @romandev

Regular expressions truncate characters below '.' char.
ex) "nodemon.cmd ==> nodemon"

bcz group 2 regex is only '\w+'. So I add regex for get full command.
full command need for run on window os. because of child-process use win-bash to window.
@coconutperm
Copy link
Author

@indexzero

Please take a look. Let me inform if I need do something. (testing or review)

@kibertoad
Copy link
Contributor

Could you please add test covering this part of code that would ensure the regex still works correctly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants