如果我以正常方式查询集合中的所有文档,我没有问题:https ://gist.github.com/2562954 。这个的输出是
found docs []
但是,如果我介绍 Step (https://github.com/creationix/step),那么输出的不是文档数组:https ://gist.github.com/2562852 。这个的输出是:
found docs { options: { populate: {} },
safe: undefined,
_conditions: {},
op: 'find',
model: [Function: Model] }
这到底是怎么回事?我真的很想使用带有猫鼬的控制流库,但这让我发疯了!