Remove redundant comment

pull/305/head
Andrew Kahr 2022-01-21 16:18:58 -08:00
parent b2edd5fa91
commit 0277bd3e76
3 changed files with 1 additions and 3 deletions

1
dist/index.js vendored
View File

@ -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();

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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();