1
0
Fork 0
arangodb/js/node/tty.js

4 lines
50 B
JavaScript

exports.isatty = function () {
return false;
};