mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
Add support for both wasm/ffi version of sqlite3
This commit is contained in:
@@ -30,6 +30,7 @@ export async function startServer(path: string) {
|
||||
cfg_path = path;
|
||||
const cfg = await load_settings(path);
|
||||
task_manager = new TaskManager(cfg);
|
||||
await task_manager.init();
|
||||
task_manager.run(true).catch((e) => {
|
||||
if (!(e instanceof AlreadyClosedError)) throw e;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user