Try destroying the response?

This commit is contained in:
tsickert 2024-03-30 17:49:35 +00:00
parent f96b97129f
commit 715e8e1815

View file

@ -184,6 +184,7 @@ export async function executeWebhook(): Promise<void> {
if (fileStream != null) {
fileStream.destroy()
}
response.destroy()
})
.on('error', err => {
core.error(err.message)