Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored and astrobot-houston committed Jul 17, 2024
1 parent 6e459f0 commit f4870e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/core/errors/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,8 +711,8 @@ class ErrorOverlay extends HTMLElement {
})
.join(' ');

el.innerHTML = text.trim();
} else {
el.innerHTML = text.trim();
} else {
el.textContent = text.trim();
}
}
Expand Down

0 comments on commit f4870e5

Please sign in to comment.