Added message for debugging

Added process state message to be returned to wait channel to help resolve the reason for the "app died" message
This commit is contained in:
NotZippy
2018-09-19 14:43:15 -07:00
parent 17459d14e6
commit c47f44762a
2 changed files with 14 additions and 7 deletions

View File

@@ -196,6 +196,7 @@ func Build(c *model.CommandConfig, paths *model.RevelContainer) (app *App, compi
// If the build succeeded, we're done.
if err == nil {
utils.Logger.Info("Build successful continuing")
return NewApp(binName, paths), nil
}