diff --git a/iris.go b/iris.go index d24f9d20..5bd62f47 100644 --- a/iris.go +++ b/iris.go @@ -724,6 +724,7 @@ func (s *Framework) CheckForUpdates(force bool) { if err != nil { writer.Write([]byte("Update failed: " + err.Error())) + return } updated = updater.Run(fs.Stdout(writer), fs.Stderr(writer), fs.Silent(false))