We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parser not works because it use wrong basedir for api lookup
const apiDocsPath = options.baseDirectory || path.resolve('./', 'docs', 'api'); const structuresPath = path.resolve(apiDocsPath, 'structures');
Leads to wrong api base Path.
{ [Error: ENOENT: no such file or directory, scandir 'electron-master/structures'] errno: -4058, code: 'ENOENT', syscall: 'scandir', path: 'electron-master/structures' }
commit: d8bec24
docs-parser/src/index.ts
Line 15 in d8bec24
The text was updated successfully, but these errors were encountered:
Fixes electron#34 Parser not works anymore if useReadMe is disabled
18cb857
29a0432
🎉 This issue has been resolved in version 0.9.1 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
Parser not works because it use wrong basedir for api lookup
Leads to wrong api base Path.
commit: d8bec24
docs-parser/src/index.ts
Line 15 in d8bec24
The text was updated successfully, but these errors were encountered: