apidoc/apidoc-core

2 chars missing in all filenames

alisinabh opened this issue · 0 comments

Hi everyone,

After update when i try to run apidoc on my project i get following error:

error: ENOENT: no such file or directory, open 'C:\Users\Alisinabh\Source\Repos\MyProject\iDocDefs.cs'

I also found out every file or folder starting with 'A' will have same issue. The 'A' and its next char will be ignored.

Im using Node v4.4.4 on windows 10

ApiDoc version: 0.17.3 (problem seems to be in >= 0.17)

Thank you

UPDATE: the problem was in ./utils/find_file.js: Line 145. I will post a pull request with fix.