Fix Local Runtime Default Command (#1173)

* Auth API Proto

* Fix local runtime bug

* Add Platform Proto

* Restructuring
This commit is contained in:
ben-toogood
2020-02-07 11:39:26 +00:00
committed by GitHub
parent 0e9b4c26a4
commit 19c454ec4b
2 changed files with 2 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ func (s *service) Wait() {
// save the error
if err != nil {
log.Debugf("Error running service (%v): %v", s.Name, err)
s.Metadata["status"] = "error"
s.Metadata["error"] = err.Error()
s.err = err