Brian Dunavant
Results
4
issues of
Brian Dunavant
…iling silently for no reason other than the fact that a callback was not provided. This fixes issue #248
Providing a callback (while best to do) is typically not required. Not providing one with a set() call causes Utils.validateArg to fail. However, since validateArg only reports errors using the...
``` [{"foo":"bar"}] ``` gets translated as a variable into ``` [{ /*$merge: {"foo":"bar"}*/ }] ``` expected: ``` [{"{"}"foo":"bar"{"}"}] ```