mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
[ci] format
This commit is contained in:
parent
afcb9d3311
commit
bc2bf460ea
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export function unescapeHTML(
|
|||
return Promise.resolve(str).then((value) => {
|
||||
return unescapeHTML(value);
|
||||
});
|
||||
} else if(str[Symbol.for('astro:slot-string')]) {
|
||||
} else if (str[Symbol.for('astro:slot-string')]) {
|
||||
return str;
|
||||
} else if (Symbol.iterator in str) {
|
||||
return unescapeChunks(str);
|
||||
|
|
Loading…
Add table
Reference in a new issue