vboxInfo() fixed windows bug
This commit is contained in:
+1
-1
@@ -333,7 +333,7 @@ function wmic(command, options) {
|
||||
}
|
||||
|
||||
function getVboxmanage() {
|
||||
return _windows ? `${process.env.VBOX_INSTALL_PATH || process.env.VBOX_MSI_INSTALL_PATH}\\VBoxManage.exe` : 'vboxmanage';
|
||||
return _windows ? `"${process.env.VBOX_INSTALL_PATH || process.env.VBOX_MSI_INSTALL_PATH}\\VBoxManage.exe"` : 'vboxmanage';
|
||||
}
|
||||
|
||||
function powerShell(cmd) {
|
||||
|
||||
Reference in New Issue
Block a user