Icon Update: logo, icon.

This commit is contained in:
Johannes Kirschbauer
2024-11-06 13:25:06 +01:00
parent 791579a14a
commit 4192625a0c
4 changed files with 5 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ if (urlSet.err !== null) {
const getNamefromType = (str: string) => {
const [_type, name] = str.split("=");
if (!name) {
console.error("Icon doesnt have name");
console.error("Icon doesnt have name", str);
Deno.exit(1);
}
return name;