mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-04 23:43:44 +08:00
chore: update
This commit is contained in:
parent
953be61d89
commit
30678904ee
@ -320,7 +320,7 @@ async function downloadFile(url, path) {
|
|||||||
const buffer = await response.arrayBuffer();
|
const buffer = await response.arrayBuffer();
|
||||||
await fsp.writeFile(path, new Uint8Array(buffer));
|
await fsp.writeFile(path, new Uint8Array(buffer));
|
||||||
|
|
||||||
log_success(`download finished: ${file}`);
|
log_success(`download finished: ${url}`);
|
||||||
}
|
}
|
||||||
|
|
||||||
// SimpleSC.dll
|
// SimpleSC.dll
|
||||||
|
Loading…
x
Reference in New Issue
Block a user