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 0982c60 commit aacadccCopy full SHA for aacadcc
test/bundling/webpack/src/index.ts
@@ -1,4 +1,8 @@
1
import { MongoCrypt } from 'mongodb-client-encryption';
2
3
// eslint-disable-next-line no-console
4
-console.log(new MongoCrypt({}));
+console.log(
5
+ new MongoCrypt({
6
+ errorWrapper: (e: Error) => e
7
+ })
8
+);
0 commit comments