Fixme comment
This commit is contained in:
parent
e2879e970c
commit
0b463d427f
@ -15,6 +15,7 @@ func devs() []string {
|
||||
}
|
||||
sensors, err := host.SensorsTemperatures()
|
||||
if err != nil {
|
||||
// FIXME report the error
|
||||
return []string{}
|
||||
}
|
||||
rv := make([]string, 0, len(sensors))
|
||||
|
Loading…
x
Reference in New Issue
Block a user