📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 13:27:09
📂
/ (Root)
/
opt
/
alt
/
alt-nodejs19
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
events
/
tests
📍 /opt/alt/alt-nodejs19/root/usr/lib/node_modules/npm/node_modules.bundled/events/tests
🔄 Refresh
✏️
Editing: legacy-compat.js
Read Only
// sigh... life is hard if (!global.console) { console = {} } var fns = ['log', 'error', 'trace']; for (var i=0 ; i<fns.length ; ++i) { var fn = fns[i]; if (!console[fn]) { console[fn] = function() {}; } } if (!Array.isArray) { Array.isArray = require('isarray'); }
💾 Save Changes
❌ Cancel