trace log
This commit is contained in:
parent
9964e12f80
commit
203e8ee297
@ -641,9 +641,14 @@ FindCursor.prototype.toArray = async function(){
|
|||||||
addGameLog("system","findCount",null,{
|
addGameLog("system","findCount",null,{
|
||||||
collection: this.namespace.collection,
|
collection: this.namespace.collection,
|
||||||
db:this.namespace.db,
|
db:this.namespace.db,
|
||||||
filter: this.filter,
|
|
||||||
count:rss.length
|
count:rss.length
|
||||||
})
|
})
|
||||||
|
console.log("system,findCount",{
|
||||||
|
collection: this.namespace.collection,
|
||||||
|
db:this.namespace.db,
|
||||||
|
count:rss.length
|
||||||
|
})
|
||||||
|
console.trace();
|
||||||
}
|
}
|
||||||
return rss;
|
return rss;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user