MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / isWindowsTTY

Function isWindowsTTY

lib/utilities/will-interrupt-process.js:183–185  ·  view source on GitHub ↗
(_process)

Source from the content-addressed store, hash-verified

181}
182
183function isWindowsTTY(_process) {
184 return /^win/.test(_process.platform) && _process.stdin && _process.stdin.isTTY;
185}
186
187function exit() {
188 _process.exit();

Callers 2

setupSignalsTrapFunction · 0.85
teardownSignalsTrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…