Sha256: 8b238f1de62bb2a7b35a9e6b0364a64ce0f357cb63251580ff5a25429712e1d1
Contents?: true
Size: 252 Bytes
Versions: 112
Compression:
Stored size: 252 Bytes
Contents
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) } }) }
Version data entries
112 entries across 79 versions & 18 rubygems