mirror of
https://github.com/tsickert/discord-webhook.git
synced 2025-02-03 21:16:41 -05:00
Try destroying the response?
This commit is contained in:
parent
f96b97129f
commit
715e8e1815
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ export async function executeWebhook(): Promise<void> {
|
|||
if (fileStream != null) {
|
||||
fileStream.destroy()
|
||||
}
|
||||
response.destroy()
|
||||
})
|
||||
.on('error', err => {
|
||||
core.error(err.message)
|
||||
|
|
Loading…
Reference in a new issue