xref: /third_party/node/deps/npm/node_modules/set-blocking/index.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/node_modules/set-blocking/
11cb0ef41Sopenharmony_cimodule.exports = function (blocking) {
21cb0ef41Sopenharmony_ci  [process.stdout, process.stderr].forEach(function (stream) {
31cb0ef41Sopenharmony_ci    if (stream._handle && stream.isTTY && typeof stream._handle.setBlocking === 'function') {
41cb0ef41Sopenharmony_ci      stream._handle.setBlocking(blocking)
51cb0ef41Sopenharmony_ci    }
61cb0ef41Sopenharmony_ci  })
71cb0ef41Sopenharmony_ci}
8

Indexes created Thu Nov 07 10:32:03 CST 2024