Compare commits

..

No commits in common. "dd6c719809c8e2bbbd88bf6262a94ca064477580" and "0922f8d9828c367cddb937aac8486a69652f3e4b" have entirely different histories.

2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@nulo/isogit-lfs",
"version": "0.2.7",
"version": "0.2.5",
"description": "LFS helpers for Isomorphic Git",
"main": "src/index.ts",
"repository": "git@github.com:riboseinc/isogit-lfs.git",

View file

@ -92,7 +92,6 @@ export default async function uploadBlobs(
},
body: JSON.stringify(infos[index]),
});
if (!resp.ok)
throw new Error(
`Upload might have been unsuccessful, verification action yielded HTTP ${verificationResp.status}`
);