mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Refactor: enable new ruleset index template
This commit is contained in:
@@ -44,7 +44,7 @@ export const downloadPreviousBuild = task(import.meta.path, async () => {
|
||||
|
||||
if (flag & ALL_FILES_EXISTS) {
|
||||
console.log('All files exists, skip download.');
|
||||
// return;
|
||||
return;
|
||||
}
|
||||
|
||||
const extractedPath = path.join(os.tmpdir(), `sukka-surge-last-build-extracted-${Date.now()}`);
|
||||
|
||||
Reference in New Issue
Block a user