- Notifications
You must be signed in to change notification settings - Fork906
Commitb15d060
authored
fix(agent): return listed drives on failure on windows (#17505)
The behavior of the partitions listing function from gopsutil is that itwill return all partitions that didn't fail to be read, but will returnsomething similar to a multierror.Errors are now ignored unless there are no drives returned.1 parentca38729 commitb15d060
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
| 129 | + | |
128 | 130 |
| |
129 |
| - | |
| 131 | + | |
| 132 | + | |
130 | 133 |
| |
131 | 134 |
| |
| 135 | + | |
132 | 136 |
| |
133 | 137 |
| |
134 | 138 |
| |
|
0 commit comments
Comments
(0)