X7ROOT File Manager
Current Path:
/lib/node_modules/npm/node_modules/set-blocking
lib
/
node_modules
/
npm
/
node_modules
/
set-blocking
/
ðŸ“
..
📄
CHANGELOG.md
(718 B)
📄
LICENSE.txt
(731 B)
📄
README.md
(1.5 KB)
📄
index.js
(252 B)
📄
package.json
(1.75 KB)
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) } }) }
Upload File
Create Folder