🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 14:30:55 | PHP 8.1.34
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
set-blocking
📍 /usr/lib/node_modules/npm/node_modules/set-blocking
🔄 Refresh
✏️
Editing: index.js
Read Only
module.exports = function (blocking) { [process.stdout, process.stderr].forEach(function (stream) { if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') { stream._handle.setBlocking(blocking) } }) }
💾 Save Changes
❌ Cancel