mirror of https://github.com/cirruslabs/tart.git
VZVirtualMachineDelegate implementation: show the error details (#330)
This commit is contained in:
parent
3896728eb9
commit
c09cbefdd0
|
|
@ -322,7 +322,7 @@ class VM: NSObject, VZVirtualMachineDelegate, ObservableObject {
|
|||
}
|
||||
|
||||
func virtualMachine(_ virtualMachine: VZVirtualMachine, didStopWithError error: Error) {
|
||||
print("guest has stopped the virtual machine due to error")
|
||||
print("guest has stopped the virtual machine due to error: \(error)")
|
||||
sema.signal()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue