1
0
Fork 0

removing info logs

pull/1613/head
Vallie Joseph 2024-01-09 19:42:04 +00:00
parent 2124ef2413
commit 7549d1b218
1 changed files with 0 additions and 2 deletions

View File

@ -91,12 +91,10 @@ export async function streamExtractExternal(
})
.pipe(unzip.Extract({path: directory}))
.on('close', () => {
core.info(`zip stream: Artifact downloaded to: ${directory}`)
clearTimeout(timer)
resolve()
})
.on('error', (error: Error) => {
core.warning(`zip stream: Artifact download failed: ${error.message}`)
reject(error)
})
})