Your IP : 216.73.216.79


Current Path : /var/www/html/dynawebv3.blunetdev.com/node_modules/currently-unhandled/
Upload File :
Current File : /var/www/html/dynawebv3.blunetdev.com/node_modules/currently-unhandled/index.js

'use strict';
var core = require('./core');

module.exports = function (p) {
	p = p || process;
	var c = core();

	p.on('unhandledRejection', c.onUnhandledRejection);
	p.on('rejectionHandled', c.onRejectionHandled);

	return c.currentlyUnhandled;
};