2
2
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:
AJ ONeal 2018-08-08 02:31:36 -06:00
parent b5e8832fea
commit 3724f66429

View File

@ -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)");