You've already forked AstralRinth
forked from didirus/AstralRinth
Child process manager api (#64)
* child process api * added hook to js * process API + restructured process state storage * formatting * added path-pid check and fixed probs * prettier * added profile checking function --------- Co-authored-by: Wyatt <wyatt@modrinth.com>
This commit is contained in:
@@ -405,7 +405,7 @@ impl ProfileRun {
|
||||
|
||||
let proc_lock = profile::run(&path, &credentials).await?;
|
||||
let mut proc = proc_lock.write().await;
|
||||
profile::wait_for(&mut proc).await?;
|
||||
process::wait_for(&mut proc).await?;
|
||||
|
||||
success!("Process exited successfully!");
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user