Comparing version 4.0.199 to 4.0.200
@@ -6,2 +6,2 @@ /** | ||
*/ | ||
export declare const VERSION = "4.0.199"; | ||
export declare const VERSION = "4.0.200"; |
@@ -10,2 +10,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = '4.0.199'; | ||
exports.VERSION = '4.0.200'; |
@@ -146,2 +146,6 @@ "use strict"; | ||
} | ||
if (err.message.includes('Failed to fetch')) { | ||
// eslint-disable-next-line no-ex-assign | ||
err = new Error(`Failed to fetch ${actualSrc}. This could be caused by Chrome rejecting the request because the disk space is low. Consider increasing the disk size of your environment.`, { cause: err }); | ||
} | ||
if (onError) { | ||
@@ -148,0 +152,0 @@ onError(err); |
@@ -6,3 +6,3 @@ { | ||
"name": "remotion", | ||
"version": "4.0.199", | ||
"version": "4.0.200", | ||
"description": "Make videos programmatically", | ||
@@ -9,0 +9,0 @@ "main": "dist/cjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
663135
261
16870