Commit e9d8d48
committed
fix(hook): mark progress-bar stderr writes as intentional
Pre-push logger-guard surfaced rich-progress.mts:315/320 stderr.write
calls. They're intentional — the progress bar uses \r-based line
replacement, which logger.error() can't provide. Adds the
`socket-hook: allow console` markers.
Pre-existing usage; surfaced when the guard reran after the prior
fix(lint) commit.1 parent bcd791a commit e9d8d48
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
316 | 318 | | |
317 | 319 | | |
318 | 320 | | |
319 | 321 | | |
320 | | - | |
| 322 | + | |
321 | 323 | | |
322 | 324 | | |
323 | 325 | | |
0 commit comments