mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: housekeeping
This commit is contained in:
@@ -18,7 +18,7 @@ export const downloadMockAssets = task(import.meta.path, () => Promise.all(Objec
|
||||
const key = picocolors.gray(`Download ${filename}`);
|
||||
console.time(key);
|
||||
const res = await fetchWithRetry(url);
|
||||
await Bun.write(targetPath, res as Response);
|
||||
await Bun.write(targetPath, res);
|
||||
console.timeEnd(key);
|
||||
})));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user