New Enhancement

Added ability to create a new revel applicaiton without any sources.
Automatically download all sources required
This commit is contained in:
NotZippy
2018-09-21 10:08:37 -07:00
parent 5973b438c1
commit 69e59efb14
3 changed files with 21 additions and 6 deletions

View File

@@ -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")