summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-07-05 00:54:17 -0400
committerEliot Horowitz <eliot@10gen.com>2010-07-05 00:54:17 -0400
commitf7288ef41020bcafdb7b1d7ad4da28e8421ecccf (patch)
tree9cfc86ca72b95bd7b54a6784e0b730fd1d890d24 /shell
parent3908a13a6e0dde818e4799ea1347cd669ca54e00 (diff)
downloadmongo-f7288ef41020bcafdb7b1d7ad4da28e8421ecccf.tar.gz
fix v8 cursor closing
Diffstat (limited to 'shell')
-rw-r--r--shell/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/utils.js b/shell/utils.js
index 431454ce15b..cb5828423ac 100644
--- a/shell/utils.js
+++ b/shell/utils.js
@@ -1001,6 +1001,7 @@ Map.prototype.values = function(){
if ( typeof( gc ) == "undefined" ){
gc = function(){
+ print( "warning: using noop gc()" );
}
}