server run fixed
This commit is contained in:
parent
98fa2c02d6
commit
4922ed31d2
|
@ -147,9 +147,7 @@ func main() {
|
||||||
r.Blueprint.Projects = []w.Project{}
|
r.Blueprint.Projects = []w.Project{}
|
||||||
handle(r.Blueprint.Add(p))
|
handle(r.Blueprint.Add(p))
|
||||||
}
|
}
|
||||||
if p.Bool("server") {
|
handle(r.Server.Start(p))
|
||||||
handle(r.Server.Start(p))
|
|
||||||
}
|
|
||||||
handle(r.Blueprint.Run())
|
handle(r.Blueprint.Run())
|
||||||
handle(r.Record(r))
|
handle(r.Record(r))
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue