Skip to content

fix: normalize path separators in tsconfigFile sanity check#209

Open
karuppusamy-d wants to merge 1 commit into
aleclarson:masterfrom
karuppusamy-d:fix/windows-linux-path-sanity-check
Open

fix: normalize path separators in tsconfigFile sanity check#209
karuppusamy-d wants to merge 1 commit into
aleclarson:masterfrom
karuppusamy-d:fix/windows-linux-path-sanity-check

Conversation

@karuppusamy-d

Copy link
Copy Markdown

Fixes an issue where the p.tsconfigFile === tsconfigFile sanity check fails due to mismatched path separators (\ vs /) between different operating systems (Windows vs Linux). Normalizing both paths before comparison ensures the check correctly identifies matching files regardless of the OS environment

Fixes an issue where the `p.tsconfigFile === tsconfigFile` sanity check fails due to mismatched path separators (`\` vs `/`) between different operating systems (Windows vs Linux). Normalizing both paths before comparison ensures the check correctly identifies matching files regardless of the OS environment
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.

1 participant