mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Make sure clean is worked
This commit is contained in:
@@ -67,6 +67,9 @@ export class TaskManager {
|
||||
this.running_tasks.delete(id);
|
||||
}
|
||||
}
|
||||
close() {
|
||||
this.db.close();
|
||||
}
|
||||
async run() {
|
||||
while (1) {
|
||||
await this.check_running_tasks();
|
||||
|
||||
Reference in New Issue
Block a user