Skip to content

Commit

Permalink
chore: update ts lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ErKeLost committed Oct 14, 2024
1 parent a476e49 commit f107a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-plugin-hmr/src/overlay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ export class ErrorOverlay extends HTMLElement {
return hljs.highlightAuto(code).value;
}

renderMessages(messages: any[]) {
renderMessages(messages: any[], _link: any) {
const messageContainer = this.root.querySelector('.message-container')!;
messageContainer.innerHTML = '';
if (typeof messages === 'string') {
Expand Down

0 comments on commit f107a4e

Please sign in to comment.