Making it not crash on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
5
supervisor/machine_windows.go
Normal file
5
supervisor/machine_windows.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package supervisor
|
||||
|
||||
func CollectMachineInformation() (Machine, error) {
|
||||
return Machine{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user