v0.19.24: bugfix windows https://github.com/nodejs/node/issues/21771
Dieser Commit ist enthalten in:
Ursprung
7f3df579ac
Commit
4b22e7675e
@ -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;
|
||||
|
||||
|
@ -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": [
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren