Node warning and RangeError
Closed this issue · 3 comments
thinkh commented
Hi,
I installed this module as described to my package.json: "grunt-changelog": "^0.3.0",
Usage in Gruntfile.js:
changelog: {
sample: {
options: {
}
}
}
A run produces this console output:
(node) warning: Recursive process.nextTick detected. This will break in the next
version of node. Please use setImmediate for recursive deferral.
util.js:35
var str = String(f).replace(formatRegExp, function(x) {
^
RangeError: Maximum call stack size exceeded
Does anyone has an idea what could be the problem here and how to solve it?
mischah commented
thinkh commented
Ok, thanks for your quick reply.
mischah commented
@hstitz-jku Your welcome