Closed bulldy80 closed 5 months ago
path.normalize on Windows returns paths with back-slashes (\) instead of forward -slashes (/), which causes the check here to fail.
path.normalize
This change fixes the issue by replacing all the back-slashes with forward-slashes.
Ran indexer on Windows and verified the contents of the index file are as expected.
path.normalize
on Windows returns paths with back-slashes (\) instead of forward -slashes (/), which causes the check here to fail.This change fixes the issue by replacing all the back-slashes with forward-slashes.
Test plan
Ran indexer on Windows and verified the contents of the index file are as expected.