Skip to content

Commit

Permalink
fix: console.error in renderErrorPage
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Aug 26, 2023
1 parent df7422e commit 91cf3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/renderErrorPage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { renderErrorFallback } from '@runtime/app/errorFallback'

export function renderErrorPage(e: any) {
console.error(e)
const errorElem = document.createElement('div')
const style = [
'visibility: hidden',
Expand Down

0 comments on commit 91cf3ab

Please sign in to comment.