fix: handle error for reading apps
This commit is contained in:
parent
4d12a75494
commit
760ac495b3
@ -197,6 +197,9 @@ can take some time.
|
||||
}
|
||||
|
||||
apps, err := config.GetApps(appFiles)
|
||||
if err != nil {
|
||||
logrus.Fatal(err)
|
||||
}
|
||||
sort.Sort(config.ByServerAndType(apps))
|
||||
|
||||
statuses := map[string]string{}
|
||||
|
Loading…
Reference in New Issue
Block a user