Skip to content

Commit 5cd6bcb

Browse files
fix: context bridge is not an event emitter
1 parent a9d3c4b commit 5cd6bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ export const isEmitter = (module: Pick<ModuleDocumentationContainer, 'name'>) =>
262262
'net',
263263
'netlog',
264264
'protocol',
265+
'contextbridge'
265266
];
266267
return !nonEventEmitters.includes(module.name.toLowerCase());
267268
};

0 commit comments

Comments
 (0)