mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-09 10:01:48 +00:00
.
This commit is contained in:
@@ -30,7 +30,7 @@ Raven.config(
|
|||||||
)
|
)
|
||||||
|
|
||||||
process.on('uncaughtException' as any, (err) => {
|
process.on('uncaughtException' as any, (err) => {
|
||||||
Raven.captureException(err)
|
Raven.captureException(err as any)
|
||||||
console.error(err)
|
console.error(err)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user