-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: check bash path before invocation #4
base: master
Are you sure you want to change the base?
Conversation
86c603c
to
366b38d
Compare
could you take a look? |
Thanks for the ping, I’ll review ASAP!
…Sent from my iPhone
On Oct 8, 2020, at 11:13 AM, Anton Golub ***@***.***> wrote:
@jonschlinkert,
could you take a look?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
BREAKING CHANGE: require NodeJS >= 8
these things are still needed: #4, micromatch/bash-path#1 |
one more ping. |
PR is still waiting for your consideration. |
Travis-ci.org is shutting down. Let's migrate to gh-actions/travis-ci.com or just merge this PR while tests are green. Hi! It seems there are still plenty of builds running. We're pushing back the shutdown date to June 15th. Please consider migrating to travis-ci.com. |
@jonschlinkert, |
Hi there.
Current bash-glob impl does not verify that
bash
bin exists and sometimes an unhandled exception is thrown. This PR brings the missed check.Originally posted by @younes200 in dhoulb/multi-semantic-release#35 (comment)
bash-glob/index.js
cross-spawn.index.js