Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../././form-data/../methods/../lodash.clonedeep/../ws/../././cliui/../inherits/../ms/../strtok3/../boolbase/../socket.io/../set-blocking
الملفات الموجودة في هذا الـ Path:
.
..
CHANGELOG.md
LICENSE.txt
README.md
index.js
package.json

مشاهدة ملف: 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)
    }
  })
}