mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: update build infra & performance improvements
This commit is contained in:
@@ -67,7 +67,6 @@ export const downloadPreviousBuild = task(import.meta.path, async () => {
|
||||
async onentry(entry) {
|
||||
if (entry.type !== 'File') {
|
||||
// not a file, throw away
|
||||
console.log(entry.type, entry.path)
|
||||
entry.resume();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user