pgte / alfred

Node is your mansion, Alfred is your butler. Node.js key-value store
http://pgte.github.com/alfred/
MIT License
149 stars 10 forks source link

RangeError: Maximum call stack size exceeded #15

Open sergioramos opened 12 years ago

sergioramos commented 12 years ago
article.find({date: {$range: {$start: null, $end: null}}}).all(function (articles) {
    articles[0].destroy();
});

throws:

/usr/local/lib/node_modules/alfred/lib/alfred/meta/model/model.js:167
this.promises.done(function() {

RangeError: Maximum call stack size exceeded
ghost commented 12 years ago

+1 --- please help