mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
lint
This commit is contained in:
parent
f853a2a39e
commit
230c24cca5
2 changed files with 16 additions and 10 deletions
|
@ -42,7 +42,10 @@ export class PythonRPC {
|
|||
readable.on("data", logger.log);
|
||||
}
|
||||
|
||||
public static spawn(initialDownload?: GamePayload, initialSeeding?: GamePayload[]) {
|
||||
public static spawn(
|
||||
initialDownload?: GamePayload,
|
||||
initialSeeding?: GamePayload[]
|
||||
) {
|
||||
const commonArgs = [
|
||||
this.BITTORRENT_PORT,
|
||||
this.RPC_PORT,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue