From e85c0daaba5dc3b0177f781c2ebc138602323b31 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Sun, 18 Jan 2026 00:19:11 +1100 Subject: [PATCH] Update data/src/cache.js Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- data/src/cache.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/src/cache.js b/data/src/cache.js index a63f870..1c5350e 100644 --- a/data/src/cache.js +++ b/data/src/cache.js @@ -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();