📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 05:56:34
📂
/
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
set-blocking
✏️
Editing: index.js
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