test: see if this is actually running

This commit is contained in:
Tom Hu 2023-10-25 20:47:40 +08:00
parent 6648f2a2d9
commit 0c9caade3b
No known key found for this signature in database
GPG key ID: 79155678363963D2

View file

@ -33,7 +33,7 @@ const verify = async (
const shasumRes = await request(
`${getBaseUrl(platform, version)}.SHA256SUM`,
);
const shasum = await shasumRes.body.text();
const shasum = await shasumRes.text();
if (verbose) {
console.log(`Received SHA256SUM ${shasum}`);
}