Skip to content

Commit 8a0b937

Browse files
committed
continue on error fixes amidaware/tacticalrmm#828
1 parent b13bb07 commit 8a0b937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/agent_windows.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ func (a *Agent) GetDisks() []trmm.Disk {
411411
partitions, err := disk.Partitions(false)
412412
if err != nil {
413413
a.Logger.Debugln(err)
414-
return ret
415414
}
416415

417416
for _, p := range partitions {

0 commit comments

Comments
 (0)