mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
New Enhancement
Added ability to create a new revel applicaiton without any sources. Automatically download all sources required
This commit is contained in:
@@ -73,7 +73,7 @@ func (cmd AppCmd) Start(c *model.CommandConfig) error {
|
||||
return errors.New("revel/harness: app died reason: " + exitState)
|
||||
|
||||
case <-time.After(60 * time.Second):
|
||||
log.Println("Killing revel server process did not respond after wait timeout.", "processid", cmd.Process.Pid)
|
||||
utils.Logger.Error("Killing revel server process did not respond after wait timeout.", "processid", cmd.Process.Pid)
|
||||
cmd.Kill()
|
||||
return errors.New("revel/harness: app timed out")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user