Closed Dev380 closed 2 months ago
For some apps such as armcord it will complain because make-process doesn't seem to keep the stdout/stderr open for long enough. This is fixed by using a separate shell process to launch the app (running with "&" attached to make it asynchronous).
make-process
Fixes #25
For some apps such as armcord it will complain because
make-process
doesn't seem to keep the stdout/stderr open for long enough. This is fixed by using a separate shell process to launch the app (running with "&" attached to make it asynchronous).