remotion
Advanced tools
@@ -80,4 +80,7 @@ "use strict"; | ||
if ((0, get_remotion_environment_js_1.getRemotionEnvironment)().isRendering) { | ||
clearTimeout(window.remotion_delayRenderTimeouts[handle].timeout); | ||
const { label, startTime } = window.remotion_delayRenderTimeouts[handle]; | ||
if (!window.remotion_delayRenderTimeouts[handle]) { | ||
return false; | ||
} | ||
const { label, startTime, timeout } = window.remotion_delayRenderTimeouts[handle]; | ||
clearTimeout(timeout); | ||
const message = [ | ||
@@ -84,0 +87,0 @@ label ? `delayRender() "${label}"` : 'A delayRender()', |
@@ -6,2 +6,2 @@ /** | ||
*/ | ||
export declare const VERSION = "4.0.276"; | ||
export declare const VERSION = "4.0.277"; |
@@ -10,2 +10,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = '4.0.276'; | ||
exports.VERSION = '4.0.277'; |
@@ -6,3 +6,3 @@ { | ||
"name": "remotion", | ||
"version": "4.0.276", | ||
"version": "4.0.277", | ||
"description": "Make videos programmatically", | ||
@@ -32,3 +32,3 @@ "main": "dist/cjs/index.js", | ||
"eslint": "9.19.0", | ||
"@remotion/eslint-config-internal": "4.0.276" | ||
"@remotion/eslint-config-internal": "4.0.277" | ||
}, | ||
@@ -35,0 +35,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
706940
0.02%18190
0.03%