Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: process detection if its a single path #129

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Covkie
Copy link
Contributor

@Covkie Covkie commented Dec 20, 2024

i = 1 rightly skips the first index as it is commonly empty (on linux) or a drive letter (windows) but this wrongly captures single path processes on linux. This explicitly filters out those undesired first indexes instead of skipping ALL of them.

`i = 1` rightly skips the first index as it is commonly empty (on linux) or a drive letter (windows) but this wrongly captures single path processes on linux. This explicitly filters out those undesired first indexes instead of skipping ALL of them.
Milkshiift added a commit to Milkshiift/arrpc that referenced this pull request Dec 21, 2024
src/process/index.js Outdated Show resolved Hide resolved
@Covkie Covkie requested a review from CanadaHonk February 7, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants