Skip to main content

run_child

Function run_child 

Source
fn run_child(
    binary: PathBuf,
    args: &[OsString],
    display_name: &str,
) -> Result<i32, LauncherError>
Expand description

Executes the extension binary with the given arguments and returns the exit code.