📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 08:29:49
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
log4js
/
lib
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/log4js/lib
🔄 Refresh
✏️
Editing: clusteringBrowser.js
Writable
/* istanbul ignore file */ // This is used in browsers only and is designed to allow the rest of // log4js to continue as if `clustering.js` is in use. const isMaster = () => true; const listeners = []; const sendToListeners = (logEvent) => { listeners.forEach((l) => l(logEvent)); }; module.exports = { onlyOnMaster: (fn, notMaster) => (isMaster() ? fn() : notMaster), isMaster, send: sendToListeners, onMessage: (listener) => { listeners.push(listener); }, };
💾 Save Changes
❌ Cancel