fix(capture-manager): readFirstStderrLine skips non-JSON bridge log lines
The flock-based board serialization in deltacast-bridge emits [board] log
lines to stderr before the JSON format line. readFirstStderrLine was
failing on the first non-JSON line. Now loops over complete lines,
skips any not starting with {, and waits for the actual JSON.
This commit is contained in:
parent
a06b5ed304
commit
eba8e94887
1 changed files with 1257 additions and 18 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue