📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 15:10:05
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
set-blocking
📍 /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