We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a558267 commit a01cf8dCopy full SHA for a01cf8d
tools/download-aliyun.mjs
@@ -30,6 +30,6 @@ const resp = await store.get(
30
);
31
console.info(resp);
32
if (resp.content) {
33
- console.info(`saving "${resp.content}" => (${artifactFilename})`);
+ console.info(`saving ${resp.content?.byteLength}bytes => (${artifactFilename})`);
34
fs.writeFileSync(artifactFilename, resp.content);
35
}
0 commit comments