test_10
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-18 10:47:14 -06:00
parent 0b6bebeb6d
commit 4af1235e66
+1 -1
View File
@@ -17,7 +17,7 @@ const sendFile = async (urlPath, data) => {
});
if (r.status != 200) {
throw `FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`;
throw `${r.status}: FAILED TO UPLOAD TO ${repoBaseUrl}/${urlPath}`;
}
};