Merge pull request #657 from heygen-com/fix/runtime-swallow-helper

fix(runtime): swallow() helper replaces empty catches in inlined runtime
This commit is contained in:
James Russo
2026-05-06 18:11:38 -07:00
committed by GitHub
16 changed files with 245 additions and 46 deletions
+2 -2
View File
@@ -165,7 +165,7 @@ describe("renderLocal browser GPU config", () => {
quality: "standard",
format: "mp4",
gpu: false,
browserGpu: false,
browserGpuMode: "software",
hdrMode: "auto",
quiet: true,
entryFile: "compositions/intro.html",
@@ -181,7 +181,7 @@ describe("renderLocal browser GPU config", () => {
quality: "standard",
format: "mp4",
gpu: false,
browserGpu: false,
browserGpuMode: "software",
hdrMode: "auto",
quiet: true,
});