This commit is contained in:
Andrei Kashchikhin
2025-09-25 10:53:34 +02:00
parent 7c689a5156
commit 844423665b
@@ -79,7 +79,9 @@ export async function streamExtractExternal(
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
const timerFn = (): void => { const timerFn = (): void => {
const timeoutError = new Error(`Blob storage chunk did not respond in ${timeout}ms`) const timeoutError = new Error(
`Blob storage chunk did not respond in ${timeout}ms`
)
response.message.destroy(timeoutError) response.message.destroy(timeoutError)
reject(timeoutError) reject(timeoutError)
} }