mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-20 11:29:56 +00:00
.
This commit is contained in:
parent
4b7b692ace
commit
dc4b984ed0
@ -30,7 +30,7 @@ Raven.config(
|
||||
)
|
||||
|
||||
process.on('uncaughtException' as any, (err) => {
|
||||
Raven.captureException(err)
|
||||
Raven.captureException(err as any)
|
||||
console.error(err)
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user