mongoose-repl
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -72,3 +72,5 @@ // Generated by CoffeeScript 1.6.3 | ||
if (res instanceof mongoose.Query) { | ||
return res.exec(function(err, doc) { | ||
return res.setOptions({ | ||
slaveOk: true | ||
}).exec(function(err, doc) { | ||
return cb(err, doc); | ||
@@ -75,0 +77,0 @@ }); |
{ | ||
"name": "mongoose-repl", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "A Mongo REPL with the full power of Mongoose", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
143
13600
11