mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 17:23:57 +00:00
feat: crete kill-torrent
This commit is contained in:
@@ -20,7 +20,7 @@ export const watchProcesses = async () => {
|
||||
|
||||
if (games.length === 0) return;
|
||||
|
||||
const processes = (await RPCManager.getProccessList()) || [];
|
||||
const processes = await RPCManager.getProccessList();
|
||||
|
||||
for (const game of games) {
|
||||
const executablePath = game.executablePath!;
|
||||
|
||||
Reference in New Issue
Block a user