chore: update

This commit is contained in:
huzibaca
2024-10-05 00:03:11 +08:00
parent d0ba506011
commit bcf33b779e

View File

@@ -320,7 +320,7 @@ async function downloadFile(url, path) {
const buffer = await response.arrayBuffer();
await fsp.writeFile(path, new Uint8Array(buffer));
log_success(`download finished: ${file}`);
log_success(`download finished: ${url}`);
}
// SimpleSC.dll