mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 18:13:55 +00:00
chore: merge with main
This commit is contained in:
@@ -48,7 +48,7 @@ Promise.all([writePipe.createPipe(), readPipe.createPipe()]).then(async () => {
|
||||
});
|
||||
}
|
||||
|
||||
readPipe.socket.on("data", (data) => {
|
||||
readPipe.socket?.on("data", (data) => {
|
||||
TorrentClient.onSocketData(data);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user