microsoft / process-migrator

Process migrator node.js utility for VSTS inherited process
MIT License
98 stars 54 forks source link

Fix issue where files are referenced using wrong case #87

Closed MOlausson closed 10 months ago

MOlausson commented 1 year ago

On case sensitive file systems the reference to the main program (Main.js script) is incorrectly cased, causing the package not to load.

MOlausson commented 1 year ago

Fixes #48