summaryrefslogtreecommitdiff
path: root/shell/utils.js
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-06 12:31:24 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-06 12:31:24 -0500
commitd2801728edf7ddc045075c3a5c3abcac3decab3a (patch)
treeb2f7451b0bbae6afeefd48937298d7c63d30a3e2 /shell/utils.js
parentc9bc5b0baa195154c6d4e4eba9dbcf16e0bc4bab (diff)
downloadmongo-d2801728edf7ddc045075c3a5c3abcac3decab3a.tar.gz
it get mapped to last result
Diffstat (limited to 'shell/utils.js')
-rw-r--r--shell/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/utils.js b/shell/utils.js
index 4a1175573ef..8f8b1f9c2bd 100644
--- a/shell/utils.js
+++ b/shell/utils.js
@@ -138,6 +138,7 @@ tojsonObject = function( x ){
}
shellPrint = function( x ){
+ it = x;
if ( x != undefined )
shellPrintHelper( x );