remove panicks and fix setup

This commit is contained in:
Henrique Dias
2016-07-02 23:29:47 +01:00
parent fd24071850
commit acfda6b4b7
2 changed files with 24 additions and 21 deletions

View File

@@ -133,7 +133,7 @@ func RunHugo(c *Config, force bool) {
}
if err := commands.Run(c.Hugo, c.Args, c.Root); err != nil {
log.Panic(err)
log.Println(err)
}
}