We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62e6bc9 commit 3db03c2Copy full SHA for 3db03c2
tarball.js
@@ -45,6 +45,7 @@ function tarballStream (spec, opts) {
45
})
46
}
47
48
+ .catch(err => output.emit('error', err))
49
return output
50
51
0 commit comments