mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Update Reject Hosts
This commit is contained in:
@@ -65,7 +65,7 @@ export const downloadPreviousBuild = task(import.meta.path, async (span) => {
|
||||
const extract = tarStream.extract();
|
||||
|
||||
pipeline(
|
||||
Readable.fromWeb(resp.body as unknown as import('stream/web').ReadableStream<any>),
|
||||
Readable.fromWeb(resp.body as any),
|
||||
gunzip,
|
||||
extract
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user