warn when no tokens given
Este commit está contenido en:
padre
945f77449d
commit
a816e327e5
@ -491,6 +491,7 @@ function run(copts) {
|
||||
|
||||
function connect() {
|
||||
if (!tokens.length) {
|
||||
console.warn("[Non-fatal Error] No tokens. Nothing to do.");
|
||||
return;
|
||||
}
|
||||
if (wstunneler) {
|
||||
|
||||
Cargando…
x
Referencia en una nueva incidencia
Block a user