(msg: string, extra?: Record<string, string>)
| 621 | const out = batch.stdout |
| 622 | |
| 623 | const fail = (msg: string, extra?: Record<string, string>) => { |
| 624 | return undefined |
| 625 | } |
| 626 | |
| 627 | const map = new Map<string, { before: string; after: string }>() |
| 628 | const dec = new TextDecoder() |