-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
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
Line 15 in d8bec24
const apiDocsPath = options.baseDirectory || path.resolve('./', 'docs', 'api'); |