-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
jsdoc-to-markdown fails with ENOBUFS error when renderSync #21
jsdoc-to-markdown fails with ENOBUFS error when renderSync #21
Comments
Fixed in new versions of jsdoc-api and jsdoc2md.. Please upgrade. |
Thanks! |
I'm running into this issue even after I have upgraded to 6.0.1. I'm using Node v14.15.4 on Windows 10. Not sure about other projects but our src is somewhat large. I can see when I debug the spawned jsdoc process, that jsdoc is trying to deal with roughly 85K doclets. |
JSDoc-api fails with output parse error cause stdout is out of buffer and result is not full (spawnSync process is killed by SIGTERM)
Expected behavior
jsdoc-to-markdown generate docs w/o errors, it can be aimed by increasing
maxBuffer
option in jsdocspawnSync
callCurrent behavior
crash
Your environment
The text was updated successfully, but these errors were encountered: