fix(capture-manager): readFirstStderrLine skips non-JSON bridge log lines
The deltacast bridge now emits [board] log lines before the format JSON
(while waiting for flock). readFirstStderrLine was parsing the first line
only and failing with 'invalid JSON'. Now it accumulates all lines and
skips any that do not start with '{', continuing to wait for the JSON
format line. Error lines ({\"error\":...}) still reject immediately.
This commit is contained in:
parent
7d704d3af3
commit
a06b5ed304
1 changed files with 26 additions and 1265 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue