Remove channel close of mstdn stream command

pull/50/head
178inaba 2017-04-30 13:48:08 +09:00
parent c32612c3c9
commit c88e2df363
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ func cmdStream(c *cli.Context) error {
go func() {
<-sc
cancel()
close(q)
}()
c.App.Metadata["signal"] = sc