Skip to content

Commit 90b6519

Browse files
add logger info
1 parent 8b4b8dd commit 90b6519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/McpContext.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ export class McpContext implements Context {
362362
this.#pageToDevToolsPage.set(page, devToolsPage);
363363
}
364364
}
365-
} catch {
366-
// no-op
365+
} catch (error) {
366+
this.logger('Issue occurred while trying to find DevTools', error);
367367
}
368368
}
369369
}

0 commit comments

Comments
 (0)