zrcadlo
https://git.coolaj86.com/coolaj86/telebit.js.git
synchronizováno 2025-07-01 17:26:31 +00:00
bugfixes
Tento commit je obsažen v:
rodič
f70deb7f9d
revize
788acbb7e9
@ -306,7 +306,7 @@ function askForConfig(answers, mainCb) {
|
||||
function next() {
|
||||
var q = nextSet.shift();
|
||||
if (!q) {
|
||||
if (useTty) { stdin.end(); stdin.close(); }
|
||||
if (useTty) { stdin.close(); }
|
||||
rl.close(); mainCb(null, answers);
|
||||
return;
|
||||
}
|
||||
|
@ -153,12 +153,12 @@ function serveControls() {
|
||||
if ('undefined' !== typeof conf.telemetry) {
|
||||
state.config.telemetry = conf.telemetry;
|
||||
}
|
||||
conf.servernames.forEach(function (key) {
|
||||
Object.keys(conf.servernames).forEach(function (key) {
|
||||
if (!state.config.servernames[key]) {
|
||||
state.config.servernames[key] = {};
|
||||
}
|
||||
});
|
||||
conf.ports.forEach(function (key) {
|
||||
Object.keys(conf.ports).forEach(function (key) {
|
||||
if (!state.config.ports[key]) {
|
||||
state.config.ports[key] = {};
|
||||
}
|
||||
|
Načítá se…
x
Odkázat v novém úkolu
Zablokovat Uživatele