Tweak path.

This commit is contained in:
Christian Bastian
2024-09-07 20:46:27 -04:00
parent b16c2e853f
commit 944071e966
2 changed files with 10 additions and 4 deletions

View File

@@ -665,7 +665,8 @@ class ImageSelect {
case this.#PREVIEW_NONE:
return PREVIEW_NONE_URI;
}
return "";
console.warn(`Invalid preview select type: ${value}`);
return PREVIEW_NONE_URI;
}
/** @returns {void} */