From 2a960eaecc0db32f3a288e941c130b9c39776021 Mon Sep 17 00:00:00 2001 From: Vladyslav Hrytsenko Date: Sun, 3 Nov 2024 22:00:52 +0200 Subject: [PATCH] added src to error --- packages/nexrender-action-fonts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nexrender-action-fonts/index.js b/packages/nexrender-action-fonts/index.js index 066d10b9..54f4725c 100644 --- a/packages/nexrender-action-fonts/index.js +++ b/packages/nexrender-action-fonts/index.js @@ -59,7 +59,7 @@ module.exports = async (job, settings, params, type) => { } if (!asset.name) { - throw new Error(`Asset ${asset.uid} has to be named using the "name" property that would contain the font name as it is used to be then used in the After Effets project.`); + throw new Error(`Asset ${asset.src} has to be named using the "name" property that would contain the font name as it is used to be then used in the After Effets project.`); } if (process.platform === "darwin") {