Your IP : 216.73.216.123


Current Path : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1 — kopia/node_modules/set-blocking/
Upload File :
Current File : /home/kamilrogam/komp/2018/180513/DARWIN/EDU/sass/1 — kopia/node_modules/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)
    }
  })
}