PHP 7.4.33
Preview: index.js Size: 252 B
//usr/share/nodejs/set-blocking/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)
    }
  })
}

Directory Contents

Dirs: 0 × Files: 2
Name Size Perms Modified Actions
252 B lrw-r--r-- 2021-11-16 21:08:33
Edit Download
985 B lrw-r--r-- 2021-11-16 21:08:33
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).