This commit is contained in:
bethanyj28
2024-04-23 16:06:02 -04:00
parent 0159bbe7f2
commit 6e642f628f
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ export async function streamExtractExternal(
reject(error)
})
.pipe(unzip.Extract({path: directory}))
.on('close', () => {
.on('close', () => {
clearTimeout(timer)
resolve()
})