We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e574f97 commit 291c626Copy full SHA for 291c626
addon/mongocrypt.cc
@@ -725,6 +725,7 @@ Value MongoCrypt::MakeExplicitEncryptionContextInternal(
725
}
726
727
if (options.Has("textOptions")) {
728
+ std::cout << "textOptions" << std::endl;
729
Uint8Array textOptionsArray = Uint8ArrayFromValue(options["textOptions"], "textOptions");
730
731
std::unique_ptr<mongocrypt_binary_t, MongoCryptBinaryDeleter> binary(
0 commit comments