TylerBrock / mongo-hacker

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

Remove extra parenthesis from UUID formatting #186

Closed salty-horse closed 6 years ago

salty-horse commented 6 years ago

This:

BinData(4,"+QmLB2RiSEiqG3RgczsnKA==")

was formatted with trailing parenthesis:

UUID("f9098b07-6462-4848-aa1b-7460733b2728"))
TylerBrock commented 6 years ago

Thanks! Would you mind rebasing so I can merge this one?

salty-horse commented 6 years ago

Sorry, Github didn't notify me there was a reply.

Since this is merged into master (cf56b2d1ee15dae0b898a77eb4b9c993b73e80a1), this can be closed.

asaf-romano commented 6 years ago

Hi all,

It seems the npm-published version doesn't contain this fix (npm says it's 2 years old). Should I install the updated version from some other source?

salty-horse commented 6 years ago

You can install it straight from this repository, with npm install https://github.com/TylerBrock/mongo-hacker.git.