mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-03-03 07:00:45 +00:00
bugfix using custom relay
This commit is contained in:
parent
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("What relay will you be using? (press enter for default)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user