mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-09 00:58:50 +00:00
close channel in getStdinLinesOrFirstArgument()
This commit is contained in:
@@ -39,6 +39,7 @@ func getStdinLinesOrFirstArgument(c *cli.Context) chan string {
|
|||||||
if target != "" {
|
if target != "" {
|
||||||
single := make(chan string, 1)
|
single := make(chan string, 1)
|
||||||
single <- target
|
single <- target
|
||||||
|
close(single)
|
||||||
return single
|
return single
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user