Commit 0b12688
authored
chore: suppress DevTools CDP command errors (#627)
This PR suppresses all the CDP command errors that DevTools logs via
`console.error`. (mostly `Storage.getStorageKey` errors). These
`console.error`s could also break MCP client that don't ignore invalid
JSON on stdio.1 parent 4695516 commit 0b12688
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
128 | 132 | | |
129 | 133 | | |
130 | 134 | | |
| |||
0 commit comments