diff --git a/src/download.ts b/src/download.ts index b30edae..06af78d 100644 --- a/src/download.ts +++ b/src/download.ts @@ -95,6 +95,6 @@ export default async function downloadBlobFromPointer( return blob; } else { - throw new Error("LFS response didn’t return an expected structure"); + throw new Error("Unexpected JSON structure received for LFS download request"); } }