zkat / pacote

programmatic npm package and metadata downloader (moved!)
https://github.com/npm/pacote
MIT License
280 stars 62 forks source link

fix(tarball): fix git error handling #171

Closed larsgw closed 5 years ago

larsgw commented 5 years ago

Fix error handling, which fails if a git command errors as the error code is a number in that case.

See https://npm.community/t/5542

zkat commented 5 years ago

This was fixed by #170

larsgw commented 5 years ago

:/

zkat commented 5 years ago

Sorry, I was going top-to-bottom and merged that one first 🙈

larsgw commented 5 years ago

Well, it seems to be older, I probably just didn't check I guess?