mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: crete kill-torrent
This commit is contained in:
parent
75c8f69e81
commit
0f5db4f34e
5 changed files with 36 additions and 8 deletions
|
@ -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!;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue