Update data/src/cache.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Michael Green 2026-01-18 00:19:11 +11:00 committed by GitHub
parent 20de927523
commit e85c0daaba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,7 +193,7 @@ class EJS_Download {
contentLength = parsedContentLength;
}
} catch (e) {
// swallow any errors parseing content length
// swallow any errors parsing content length
}
}
const reader = resp.body.getReader();