mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 03:48:56 +00:00
chore(mcp): ignore error
This commit is contained in:
@@ -66,6 +66,7 @@ function getOrCreateInspector(urlString: string): WebSocketInspector {
|
||||
callFramesMap.set(urlString, [...existing, ...params.callFrames]);
|
||||
});
|
||||
|
||||
// @ts-expect-error - This is a custom event handler
|
||||
inspector.on("Runtime.consoleAPICalled", params => {
|
||||
const existing = consoleMessagesMap.get(urlString) ?? [];
|
||||
const messages = params.args.map(arg => remoteObjectToString(arg, true)).join(" ");
|
||||
|
||||
Reference in New Issue
Block a user