Maximum call stack size exceeded
Closed this issue · 1 comments
thebigredgeek commented
I keep getting this error:
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
node.js:0
// Copyright Joyent, Inc. and other Node contributors.
^
RangeError: Maximum call stack size exceeded
When trying to generate documentation. My config:
"docular":{
"baseUrl":"http://127.0.0.1:9001",
"showAngularDocs":true,
"docular_webapp_target":"docs",
"groups":[
{
"groupTitle":"{%=name%}",
"groupId":"{%=sterileName%}",
"sections":[
{
"id":"{%=name%}",
"title": "{%=name%} App",
"scripts":[
"src/js/"
],
"docs":[
"README.md"
]
}
]
}
]
}
I don't have any tags set up yet, not sure if that would matter. THanks
stephenliberty commented
Rewrite on core done, this shouldn't exist anymore.