TylerBrock / mongo-hacker

MongoDB Shell Enhancements for Hackers
tylerbrock.github.io/mongo-hacker
MIT License
1.79k stars 235 forks source link

Fix api methods that use _printExtraInfo #217

Closed gianpaj closed 2 years ago

gianpaj commented 2 years ago

Fix #216

Testing

> db.test.insert({ a: 1})
Inserted 1 record(s) in 4ms
WriteResult({
  "nInserted": 1
})
> db.test.find({a:1}).remove()
Removed 1 document(s) in 2ms
Software Version(s) tested
mongo shell 0.1.1
MongoDB server v4.4.10
Operating system macos