mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 02:13:59 +00:00
feat: using retry system to connect to aria2
This commit is contained in:
@@ -85,5 +85,8 @@ export const steamUrlBuilder = {
|
||||
`https://cdn.cloudflare.steamstatic.com/steam/apps/${objectID}/logo.png`,
|
||||
};
|
||||
|
||||
export const sleep = (ms: number) =>
|
||||
new Promise((resolve) => setTimeout(resolve, ms));
|
||||
|
||||
export * from "./formatters";
|
||||
export * from "./ps";
|
||||
|
||||
Reference in New Issue
Block a user