Skip to content

Commit a01cf8d

Browse files
committed
fixup
1 parent a558267 commit a01cf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/download-aliyun.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ const resp = await store.get(
3030
);
3131
console.info(resp);
3232
if (resp.content) {
33-
console.info(`saving "${resp.content}" => (${artifactFilename})`);
33+
console.info(`saving ${resp.content?.byteLength}bytes => (${artifactFilename})`);
3434
fs.writeFileSync(artifactFilename, resp.content);
3535
}

0 commit comments

Comments
 (0)