remotion 4.0.0-offthread.29 → 4.0.0-offthread.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
- remotion:build: cache hit, replaying output 8c1ab55460910ae4
2
- remotion:build: 
3
- remotion:build: > remotion@3.0.10 build /Users/jonathanburger/remotion/packages/core
4
- remotion:build: > tsc -d
5
- remotion:build: 
1
+ remotion:build: cache hit, replaying output adb0281825e06cd7
2
+ remotion:build: 
3
+ remotion:build: > remotion@3.0.10 build /Users/jonathanburger/remotion/packages/core
4
+ remotion:build: > tsc -d
5
+ remotion:build: 
@@ -88,13 +88,15 @@ const OffthreadVideoForRendering = ({ onError, volume: volumeProp, playbackRate,
88
88
  return res.text();
89
89
  })
90
90
  .then((text) => {
91
- console.log(text);
91
+ console.log('TEXT', text);
92
92
  })
93
93
  .catch((err) => {
94
- console.log(err.message);
94
+ console.log('MSG', err.message);
95
+ })
96
+ .finally(() => {
97
+ setCrash(true);
95
98
  });
96
99
  onError === null || onError === void 0 ? void 0 : onError(e);
97
- setCrash(true);
98
100
  }, [actualSrc, onError]);
99
101
  if (crash) {
100
102
  throw new Error('crash');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "4.0.0-offthread.29+a28e26dae",
3
+ "version": "4.0.0-offthread.34+5888bc369",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "a28e26dae1b41ce41044ec297b0f9877d7d1e51c"
58
+ "gitHead": "5888bc369ebc9edf6ecb60a7214f01ca4844b3a0"
59
59
  }