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 0e497be commit 791f223Copy full SHA for 791f223
src/downloader.ts
@@ -78,6 +78,8 @@ export async function unzip(
78
process.stderr.write(
79
`warning: skipping ${entry.path} because it does not start with ${stripPrefix}\n`
80
)
81
+ entry.autodrain()
82
+ return
83
}
84
const entryPath = `${outputDirectory}/${entry.path.substring(
85
stripPrefix.length
0 commit comments