armindarvish / consult-omni

A Powerful Versatile Omni Search inside Emacs
https://github.com/armindarvish/consult-omni/tree/main
162 stars 4 forks source link

fix broken pipe for some apps #24

Closed Dev380 closed 2 months ago

Dev380 commented 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).

Dev380 commented 2 months ago

Fixes #25