mirror of
https://github.com/Stremio/stremio-shell-ng.git
synced 2026-01-11 22:40:32 +00:00
Update server.js to 4.4.159
This commit is contained in:
parent
a52450d1ad
commit
7827832670
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ impl StremioServer {
|
|||
job.set_extended_limit_info(&mut info).ok();
|
||||
job.assign_current_process().ok();
|
||||
loop {
|
||||
let mut child = Command::new("node")
|
||||
let mut child = Command::new("stremio-runtime")
|
||||
.arg("server.js")
|
||||
.creation_flags(CREATE_NO_WINDOW)
|
||||
.spawn()
|
||||
|
|
|
|||
Loading…
Reference in a new issue