Repository URL to install this package:
|
Version:
3.7.2 ▾
|
if (process.env.TRACE_CONSOLE) {
require('fliplog').trackConsole()
}
if (process.env.BUNDLE_CATCH_EXCEPTIONS) {
require('fliplog').registerCatch()
process.on('uncaughtException', uncaughtException => {
console.log('[BUILD] UNCAUGT_EXCEPTION')
console.log(uncaughtException)
console.log('\n\n\n')
})
}