lint
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user