Remove redundant comment
parent
b2edd5fa91
commit
0277bd3e76
|
|
@ -532,7 +532,6 @@ class Docker {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
static validateWindowsPlatformRequirements(platform) {
|
static validateWindowsPlatformRequirements(platform) {
|
||||||
//We run different checks for different target platforms
|
|
||||||
switch (platform) {
|
switch (platform) {
|
||||||
case 'StandaloneWindows':
|
case 'StandaloneWindows':
|
||||||
this.checkForVisualStudio();
|
this.checkForVisualStudio();
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -211,7 +211,6 @@ class Docker {
|
||||||
}
|
}
|
||||||
|
|
||||||
static validateWindowsPlatformRequirements(platform) {
|
static validateWindowsPlatformRequirements(platform) {
|
||||||
//We run different checks for different target platforms
|
|
||||||
switch (platform) {
|
switch (platform) {
|
||||||
case 'StandaloneWindows':
|
case 'StandaloneWindows':
|
||||||
this.checkForVisualStudio();
|
this.checkForVisualStudio();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue