cli icon indicating copy to clipboard operation
cli copied to clipboard

sequelize init uses platform dependent directory separators

Open bobbravo2 opened this issue 9 years ago • 1 comments
trafficstars

Offending line: https://github.com/sequelize/cli/blob/master/lib/helpers/init-helper.js#L76

Needs to use platform aware directory separators. Using sequelize init on Windows results in a broken models/index.js file.

bobbravo2 avatar Oct 01 '16 16:10 bobbravo2

Fixed in PR: https://github.com/sequelize/cli/pull/366

bobbravo2 avatar Oct 01 '16 16:10 bobbravo2