Searched refs:htmlWithJs (Results 1 – 1 of 1) sorted by relevance
256 const htmlWithJs = html.replace('</body>', `<script src=${errorOverlayEntry}></script></body>`); constant257 return htmlWithJs;