📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 00:22:01
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
yargs
/
build
/
lib
/
utils
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/yargs/build/lib/utils
🔄 Refresh
✏️
Editing: set-blocking.js
Writable
export default function setBlocking(blocking) { if (typeof process === 'undefined') return; [process.stdout, process.stderr].forEach(_stream => { const stream = _stream; if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') { stream._handle.setBlocking(blocking); } }); }
💾 Save Changes
❌ Cancel