mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Perf: 1-pass domain parse
This commit is contained in:
@@ -101,9 +101,7 @@ process.on('unhandledRejection', (reason) => {
|
||||
downloadMockAssetsPromise
|
||||
]);
|
||||
|
||||
await Promise.all([
|
||||
buildPublic(rootSpan)
|
||||
]);
|
||||
await buildPublic(rootSpan);
|
||||
|
||||
rootSpan.stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user