Closed silenc3r closed 4 years ago
When listing matches common root is always printed first. I guess that's because pipe operator spawns new process and there's race condition.
This change makes code flow consistent with output.
appreciated
When listing matches common root is always printed first. I guess that's because pipe operator spawns new process and there's race condition.
This change makes code flow consistent with output.