k-l-lambda commited on
Commit
58f5adc
·
1 Parent(s): b573cda

fix: remove debug error catcher from index.html

Browse files
Files changed (1) hide show
  1. dist/index.html +0 -1
dist/index.html CHANGED
@@ -10,6 +10,5 @@
10
  </head>
11
  <body>
12
  <div id="root"></div>
13
- <script>window.onerror=function(m,s,l,c,e){document.getElementById('root').innerHTML='<pre style="color:red;padding:20px">'+m+'\n'+s+':'+l+':'+c+'\n'+(e&&e.stack||'')+'</pre>';}</script>
14
  </body>
15
  </html>
 
10
  </head>
11
  <body>
12
  <div id="root"></div>
 
13
  </body>
14
  </html>