RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm 🇺🇦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

fix: glob path separator must use '/' on Windows #204

Closed kkent030315 closed 1 year ago

kkent030315 commented 2 years ago

Path passed to glob.sync must explicitly use / instead of \ in Windows environment due to glob 7.x -> 8.x changes as described in the issue.