Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr authored Jan 5, 2024
1 parent 8e1f721 commit b82606e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/popup/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ router.beforeEach((to, from, next) => {
})

createApp(App).use(router).mount('#app')

self.onerror = function (message, source, lineno, colno, error) {
console.info(
`Error: ${message}\nSource: ${source}\nLine: ${lineno}\nColumn: ${colno}\nError object: ${error}`
)
}

0 comments on commit b82606e

Please sign in to comment.