mongodb-js / jsonpatch-to-mongodb

Convert JSON patches into a MongoDB update
MIT License
35 stars 27 forks source link

Throw an "UnsupportedOperation" exception #2

Closed imlucas closed 9 years ago

imlucas commented 9 years ago

Add an else throw new Error('Unsupported Operation ' + p.op + ') to patches.map

thedug commented 9 years ago

See Pull Request: https://github.com/imlucas/jsonpatch-to-mongodb/pull/3