mocha-phantomjs
mocha-phantomjs copied to clipboard
isatty returns true when --file option specified.
Hello,
Small issue... I noticed when the --file
option is used, reporters still try to move the cursor around due to tty.isatty
returning true. Would it be desirable/feasible to ensure that the isatty
function returns false in this case?
Thanks!
Would it be desirable/feasible to ensure that the isatty function returns false in this case?
Yes, that makes sense.