You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @cxyxc. I don't think there's a bug with this line but instead, the bug with Windows may be in many different places because we're using / instead of \ as directory separators.
Thanks for this project!
This line has bug in windows. Please fix it.Thanks.
https://github.com/fmvilas/openapi3-generator/blob/37231cfc8fb3bfde3320bc4fcf832dc84f35ccfb/lib/generator.js#L70
Maybe can use this.
const subdir = config.root.replace(config.templates_dir, '.');
The text was updated successfully, but these errors were encountered: