fix composer immediately exiting
I broke it in d7cbc22d, there shouldn't be a goroutine.
This commit is contained in:
parent
0b3d2be698
commit
5e6103f4a8
1 changed files with 2 additions and 4 deletions
|
|
@ -134,9 +134,7 @@ func main() {
|
|||
}
|
||||
}
|
||||
|
||||
go func() {
|
||||
err := weldrAPI.Serve(weldrListener)
|
||||
common.PanicOnError(err)
|
||||
}()
|
||||
err = weldrAPI.Serve(weldrListener)
|
||||
common.PanicOnError(err)
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue