You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just had a report @ nodeschool that node -p -e "Boolean(process.stdout.isTTY)" on Windows 8.1 Pro with Node.js 4.1.0 on Cygwin 2.2.1 returns false. It does seem to work in the regular command prompt.
Just had a report @ nodeschool that
node -p -e "Boolean(process.stdout.isTTY)"on Windows 8.1 Pro with Node.js 4.1.0 on Cygwin 2.2.1 returnsfalse. It does seem to work in the regular command prompt.