OwlCyberSecurity - MANAGER
Edit File: process-next-tick.js
module.exports = (typeof process !== 'undefined' && typeof process.nextTick === 'function') ? process.nextTick.bind(process) : require('./queue-microtask')