kopia lustrzana https://github.com/shoelace-style/shoelace
Use console instead of throw
rodzic
08bcdd9c93
commit
e22763ea37
|
@ -299,7 +299,8 @@
|
|||
|
||||
const tags = getDocsTagsObject(data.docsTags);
|
||||
if (!tags) {
|
||||
throw new Error(`No metadata tags found for ${tag}`);
|
||||
console.error(`No metadata tags found for ${tag}`);
|
||||
return;
|
||||
}
|
||||
|
||||
let badgeType = 'info';
|
||||
|
|
Ładowanie…
Reference in New Issue