Commit 2d463c6
committed
🧹 Replace console.warn with proper logging for Undo/Redo failures
This updates the `undo` and `redo` handlers in `DatabaseDocument` to log their 'No entry found' failures to the `GlobalOutputChannel` rather than outputting raw `console.warn` statements. This ensures consistent logging behavior in the extension and removes raw console writes that can clutter VS Code's developer tools.1 parent 776ed72 commit 2d463c6
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
287 | | - | |
| 287 | + | |
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
| |||
0 commit comments