We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d943910 + faeabcc commit 0fa0e23Copy full SHA for 0fa0e23
1 file changed
src/index.ts
@@ -38,6 +38,8 @@ export const defaultOptions: ErrorHandlerOptions = {
38
justMyCode: true,
39
justMyCodeIncludeNodeModules: false,
40
justMyCodeIncludeInternals: false,
41
+
42
+ // eslint-disable-next-line no-console
43
handler: console.error
44
};
45
0 commit comments