mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Changed how CollectSystem fetches system data
This commit is contained in:
parent
495ee9cc2a
commit
63669ad369
2 changed files with 153 additions and 105 deletions
|
|
@ -103,6 +103,7 @@ func FormatErrorList(errList []error) error {
|
|||
var err error
|
||||
for i, e := range errList {
|
||||
err = fmt.Errorf("\t[%d] %v\n", i, e)
|
||||
i += 1
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue