Skip to content

Commit de85c7a

Browse files
committed
Resotre hyper-v detection
1 parent b376214 commit de85c7a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

browser/model/hyperv.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ class HypervInstall extends InstallableItem {
4848
return Platform.OS == 'win32' && this.option.detected != undefined;
4949
}
5050

51-
isDetected() {
52-
if (Platform.getOS() === 'win32') {
53-
return this.hypervstatus || this.hypervstatus === false;
54-
} else {
55-
return false;
56-
}
57-
}
58-
5951
isSkipped() {
6052
if (Platform.OS === 'win32') {
6153
return super.isSkipped();

0 commit comments

Comments
 (0)