virtualBox() fix issue windows host
This commit is contained in:
+1
-1
@@ -330,7 +330,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