fix: don't hang when no -s passed

This commit is contained in:
decentral1se 2022-02-06 01:21:26 +01:00
parent 1af6d574c0
commit a210934e6f
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -312,6 +312,9 @@ Example:
ch <- nil
return
}()
} else {
// close the channel, we're not serving anything
ch <- nil
}
for i := 1; i <= 2; i++ {