📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 07:53:25
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
uglify-js
/
tools
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/uglify-js/tools
🔄 Refresh
✏️
Editing: tty.js
Writable
// workaround for tty output truncation on Node.js try { // prevent buffer overflow and other asynchronous bugs process.stdout._handle.setBlocking(true); process.stderr._handle.setBlocking(true); } catch (e) { // ensure output buffers are flushed before process termination var exit = process.exit; process.exit = function() { var args = [].slice.call(arguments); process.once("uncaughtException", function() { (function callback() { if (process.stdout.bufferSize || process.stderr.bufferSize) { setTimeout(callback, 1); } else { exit.apply(process, args); } })(); }); throw exit; }; }
💾 Save Changes
❌ Cancel