8000 bump execa by y-nk · Pull Request #1216 · shelljs/shelljs · GitHub
[go: up one dir, main page]

Skip to content

bump execa #1216

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

Closed
wants to merge 13 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/cmd.js
  • Loading branch information
y-nk authored Apr 22, 2025
commit 60c639c1b0339d0d65e8dce631a500e3d6994e6b
2 changes: 1 addition & 1 deletion src/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
var str = 'is not recognized as an internal or external command';
return execaResult.exitCode && execaResult.stderr.includes(str);
}
return execaResult.failed && execaResult.code === 'ENOENT';

Check warning on line 19 in src/cmd.js

View check run for this annotation

Codecov / codecov/patch

src/cmd.js#L19

Added line #L19 was not covered by tests
}

//@
//@ ### md(arg1[, arg2, ...] [, options])
//@ ### cmd(arg1[, arg2, ...] [, options])
//@
//@ Available options:
//@
Expand Down
Loading
370B
0