Commit 89e07a8
committed
fix(cli): adapt the captions runner to the STT status object
The 1.8 line turned the renderer's transcription callback from a bare phase
string into an object (phase + progress fields — see `SttRendererStatus`),
while main's CLI captions runner was still typed against the string. The two
lines merge without a textual conflict, so the break surfaced only as two tsc
errors in CliCaptionsRunner.tsx once main was replayed on top of 1.8.
Only the phase is read here, so the call site destructures it.1 parent b07a94d commit 89e07a8
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments