File size: 274 Bytes
1e92f2d |
1 2 3 4 5 |
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));
|