mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-02-01 19:15:07 +01:00
refactor: streamline download completion handling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { gameRepository } from "@main/repository";
|
||||
import { DownloadManager } from "./download/download-manager";
|
||||
import { sleep } from "@main/helpers";
|
||||
|
||||
|
||||
export const startSeedProcess = async () => {
|
||||
const seedList = await gameRepository.find({
|
||||
where: {
|
||||
@@ -21,4 +21,3 @@ export const startSeedProcess = async () => {
|
||||
await sleep(100);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user