-
Notifications
You must be signed in to change notification settings - Fork 16
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
TypeError: Path must be a string. Received undefined #67
Comments
Could this be related to |
@rimblas yes looking at cleaning it up now. Will need @RamonEsteveCuevas to document it. |
@RamonEsteveCuevas it turns out there was more too it than just uncommenting one feature. I've reverted the past two PRs ( @rimblas and I were looking at the code and it looks like some testing needs to be done to support backwards compatibility (I think around this TOC search function). So some To help this is my current configuration that should work / be supported: "oos-utils" : {
"debug" : true,
"folders" : {
"output" : {
"delete" : true,
"path" : "/Users/giffy/Documents/GitHub/oraopensource/oos-utils/docs"
},
"source" : {
"path" : "/Users/giffy/Documents/GitHub/oraopensource/oos-utils/source/packages",
"fileFilterRegexp" : "\\.pk(b|s)$"
},
"template" : "/Users/giffy/Documents/GitHub/oraopensource/plsql-md-doc/templates/package.md"
},
"toc" : {
"fileName" : "README.md",
"template" : "/Users/giffy/Documents/GitHub/oraopensource/plsql-md-doc/templates/toc.md"
}
} |
…t revert -m 1 -n e902a50..master)
OraOpenSource#67 revert changes that caused this issue to stable verison. (ran: gi…
Getting the following error:
The text was updated successfully, but these errors were encountered: