Skip to content

Commit

Permalink
added src to error
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Nov 3, 2024
1 parent c78c65c commit 2a960ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nexrender-action-fonts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 2a960ea

Please sign in to comment.