We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83f51c commit 20a987fCopy full SHA for 20a987f
2 files changed
lib/index.js
@@ -140,7 +140,7 @@ var objectStartingRow3 = function (resultp) {
140
var cleaned = cleanJson(currentValue.trim());
141
return previousValue + cleaned;
142
}, '');
143
- console.log('jsonString', jsonString);
+ //console.log('jsonString', jsonString);
144
resultp.object = JSON.parse(jsonString);
145
146
} catch (e) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mongo-cli-js",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "A node.js wrapper for the mongo CLI",
5
"main": "lib/index.js",
6
"scripts": {
0 commit comments