Re-executes the program.
Filters out any captive --set twitch.* keygen settings from the arguments originally passed to the program, then calls execvp.
On Windows, the behaviour is faked using spawnProcess.
Arguments passed to the program.
On Windows, a Pid of the spawned process. On Posix, it either exits the program or it throws.
On Posix, ExecException on failure. On Windows, ProcessException on failure.
See Implementation
Re-executes the program.
Filters out any captive --set twitch.* keygen settings from the arguments originally passed to the program, then calls execvp.
On Windows, the behaviour is faked using spawnProcess.