Skip to content

Commit aacadcc

Browse files
fix webpack
1 parent 0982c60 commit aacadcc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/bundling/webpack/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import { MongoCrypt } from 'mongodb-client-encryption';
22

33
// eslint-disable-next-line no-console
4-
console.log(new MongoCrypt({}));
4+
console.log(
5+
new MongoCrypt({
6+
errorWrapper: (e: Error) => e
7+
})
8+
);

0 commit comments

Comments
 (0)