-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello!
Thx for your lib and your work.
I've noticed, that when I'm trying to use it on my M1 MacOS 11.6 with node 12/14/16 I have a stuck process.
As I found, ripgrep project has this bug/feature BurntSushi/ripgrep#410
From this comment BurntSushi/ripgrep#410 (comment):
ripgrep expects that you will pass files to search via stdin and so, the child process waits until we send input to it, but we don't. The author of ripgrep suggested to specify working directory using
-- files/to/search
Author of the original issue to ripgrep also made changes according to received suggestion microsoft/vscode@ac420a2
I've tried to do same in your lib and that's fixed my problem. So, if you are not against it, maybe we can merge my PR (will make it soon)?
datsvetkov, lebowski7, Misticek, mchaduneli, alinnert and 2 more
Metadata
Metadata
Assignees
Labels
No labels