chore(download): rephrase LFS response parse error

This commit is contained in:
Anton Strogonoff 2021-11-30 22:30:20 +01:00
parent 2f80d3a3cf
commit f5fa17752f

View file

@ -95,6 +95,6 @@ export default async function downloadBlobFromPointer(
return blob;
} else {
throw new Error("LFS response didnt return an expected structure");
throw new Error("Unexpected JSON structure received for LFS download request");
}
}