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(windows): check USERPROFILE env var for finding home directory #24384

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jul 1, 2024

No description provided.

@dsherret dsherret requested a review from bartlomieju July 1, 2024 20:01
))
));
}
let actual_next_text = &current_text[max_found_index..];
let actual_next_text =
&current_text[max_current_text_found_index..];
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was using the incorrect position when there was a wildcard.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dsherret dsherret merged commit 6f30ef8 into denoland:main Jul 1, 2024
17 checks passed
@dsherret dsherret deleted the fix_userprofile_windows branch July 1, 2024 22:17
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.

None yet

2 participants