📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 23:23:57
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
yargs
/
build
/
lib
/
utils
📍 /home/orkouolp/web/testing.orkobd/laravel/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