diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-07-05 00:54:17 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-07-05 00:54:17 -0400 |
commit | f7288ef41020bcafdb7b1d7ad4da28e8421ecccf (patch) | |
tree | 9cfc86ca72b95bd7b54a6784e0b730fd1d890d24 /shell | |
parent | 3908a13a6e0dde818e4799ea1347cd669ca54e00 (diff) | |
download | mongo-f7288ef41020bcafdb7b1d7ad4da28e8421ecccf.tar.gz |
fix v8 cursor closing
Diffstat (limited to 'shell')
-rw-r--r-- | shell/utils.js | 1 |
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()" ); } } |