Skip to content

Commit

Permalink
downgrade missing icon error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsage committed Aug 21, 2024
1 parent 6df6e79 commit 71627ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/renderJS/util/fillType.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const ft_normalizeName = (name) => {
if ( ft_known.has(addFill) ) { return [addFill, sanitizedName] }

/* eslint-disable no-console */
console.error(`${name} not found (maybe ${sanitizedName} or ${addFill})`)
console.log(`${name} not found (maybe ${sanitizedName} or ${addFill})`)
return ['fill-unknown', name]
/* eslint-enable no-console */
}
Expand Down

0 comments on commit 71627ac

Please sign in to comment.