feito fork de coolaj86/telebit.js
bugfix using custom relay
Esse commit está contido em:
pai
b5e8832fea
commit
3724f66429
@ -166,7 +166,7 @@ function askForConfig(state, mainCb) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state.config.relay) { checkRelay(); return; }
|
if (state.config.relay) { checkRelay(state.config.relay); return; }
|
||||||
console.info("");
|
console.info("");
|
||||||
console.info("");
|
console.info("");
|
||||||
console.info("What relay will you be using? (press enter for default)");
|
console.info("What relay will you be using? (press enter for default)");
|
||||||
|
|||||||
Carregando…
x
Referência em uma nova issue
Block a user