Skip to content

Commit

Permalink
chore: switch linting to @npmcli/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Jun 9, 2021
1 parent 846cfe5 commit d345e36
Show file tree
Hide file tree
Showing 4 changed files with 6,855 additions and 3,047 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const promiseSpawnUid = (cmd, args, opts, extra) => {
code,
signal,
...stdioResult(stdout, stderr, opts),
...extra
...extra,
}
if (code || signal)
rej(Object.assign(new Error('command failed'), result))
Expand Down
Loading

0 comments on commit d345e36

Please sign in to comment.