We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\n
1 parent ec7d534 commit b13ccc9Copy full SHA for b13ccc9
packages/core/src/client/overlay.ts
@@ -179,7 +179,7 @@ class ErrorOverlay extends HTMLElement {
179
const root = this.attachShadow({ mode: 'open' });
180
root.innerHTML = overlayTemplate;
181
182
- linkedText(root, '.content', stripAnsi(message.join('/n')).trim());
+ linkedText(root, '.content', stripAnsi(message.join('\n')).trim());
183
184
root.querySelector('.close')?.addEventListener('click', this.close);
185
0 commit comments