We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d561e6 commit c3ad7bcCopy full SHA for c3ad7bc
index.js
@@ -44,6 +44,7 @@ exports.pack = function pack (cwd, opts) {
44
}
45
46
function onstat (err, filename, stat) {
47
+ if (pack.destroyed) return
48
if (err) return pack.destroy(err)
49
if (!filename) {
50
if (opts.finalize !== false) pack.finalize()
0 commit comments