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

Implicitly assume node when the command starts with an option #350

Merged
merged 1 commit into from
Aug 14, 2016

Conversation

addaleax
Copy link
Member

Assume that commands starting with -, e.g. --expose-gc script.js, implicitly are Node.js commands.

Fixes: #337

While on the one hand I’m not sure if this isn’t handled better on tap’s side, I think this makes sense anyway.

Assume that commands starting with `-`, e.g. `--expose-gc script.js`,
implicitly are Node.js commands.

Fixes: istanbuljs#337
@bcoe bcoe merged commit 2bb52cd into istanbuljs:master Aug 14, 2016
@addaleax addaleax deleted the fix-execargv branch August 19, 2016 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants