This commit is contained in:
AJ ONeal 2018-07-11 18:11:37 -06:00
parent 7f3df579ac
commit 4b22e7675e
2 changed files with 3 additions and 2 deletions

View File

@ -100,8 +100,9 @@ function askForConfig(state, mainCb) {
var rl = readline.createInterface({
input: stdin
, output: process.stdout
// https://github.com/nodejs/node/issues/21771
// https://github.com/nodejs/node/issues/21319
, terminal: !useTty
, terminal: !/^win/i.test(os.platform()) && !useTty
});
state._useTty = useTty;

View File

@ -1,6 +1,6 @@
{
"name": "telebit",
"version": "0.19.23",
"version": "0.19.24",
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
"main": "lib/remote.js",
"files": [