mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
Address max-effort code-review finding on PR #2045 (confirmed, not addressed by the earlier review-gap commit): the script_failure bail path skipped the composition-id enumeration entirely, so a render with multiple sub-compositions sharing a failed script only logged the raw failed URL(s), never which composition(s) were still waiting on it — a real observability regression versus the pre-#2045 behavior, which always logged the missing-id list on any non-ready outcome. Now enumerate unregistered composition ids unconditionally and log them alongside whichever reason (script_failure or natural timeout) fired.