mirror of
https://github.com/withastro/astro.git
synced 2025-02-10 22:38:53 -05:00
[ci] format
This commit is contained in:
parent
1bf863e5c9
commit
567986d5f1
1 changed files with 2 additions and 2 deletions
|
@ -711,8 +711,8 @@ class ErrorOverlay extends HTMLElement {
|
|||
})
|
||||
.join(' ');
|
||||
|
||||
el.innerHTML = text.trim();
|
||||
} else {
|
||||
el.innerHTML = text.trim();
|
||||
} else {
|
||||
el.textContent = text.trim();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue