Repository URL to install this package:
|
Version:
1.1.16 ▾
|
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');
});
}
/**
* @@monorepo @todo @fixme
* should import these aliases? or since it's ts, output will be aliased?
*/
// require('./alias')
// require('../../src/bootstrapper/polyfill/server')
//# sourceMappingURL=safety.js.map