File size: 277 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 |
if (typeof process.loadEnvFile === 'function') {
console.log(process.loadEnvFile())
}
typeof process < 'u' &&
typeof process.off == 'function' &&
(process.off('uncaughtException', this.onUncaughtException),
process.off('unhandledRejection', this.onUncaughtRejection))
|