lukeed / taskr

A fast, concurrency-focused task automation tool.
MIT License
2.53k stars 74 forks source link

fix windows path manipulation #201

Closed lukeed closed 7 years ago

lukeed commented 7 years ago

Resolves #200

Ditched node's path.sep, which uses "\", in favor of hardcoded "/" since our ecosystem enforces that notation everywhere.