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…
Reference in New Issue