fix(app/web): missing warnings placeholder

This commit is contained in:
lowlighter
2022-08-28 14:07:55 -04:00
parent 1515c67977
commit c480beea30

View File

@@ -42,6 +42,7 @@
style,
fonts,
errors: [],
warnings: [],
partials: new Set([...(set.config.order || "").split(",").map(x => x.trim()).filter(x => partials.includes(x)), ...partials]),
//Plural helper
s(value, end = "") {