Browse Source

repair build docs

IXLLEGACYIXL 2 years ago
parent
commit
4d0eb88e78
1 changed files with 2 additions and 0 deletions
  1. 2 0
      BuildDocs.ps1

+ 2 - 0
BuildDocs.ps1

@@ -101,6 +101,7 @@ function Ask-UseExistingAPI {
     Write-Host ""
     Write-Host ""
 
 
     $input = Read-Host -Prompt "Your choice [Y, N, or ENTER (default is Y)]"
     $input = Read-Host -Prompt "Your choice [Y, N, or ENTER (default is Y)]"
+    
     return (Read-Host -Prompt "Your choice (Y/N)").ToLower() -eq "y"
     return (Read-Host -Prompt "Your choice (Y/N)").ToLower() -eq "y"
 }
 }
 
 
@@ -459,6 +460,7 @@ else {
                 $ReuseAPI = Ask-UseExistingAPI
                 $ReuseAPI = Ask-UseExistingAPI
             }
             }
         }
         }
+
     } elseif ($isCanceled) {
     } elseif ($isCanceled) {
         Write-Host -ForegroundColor Red "Operation canceled by user."
         Write-Host -ForegroundColor Red "Operation canceled by user."
         Stop-Transcript
         Stop-Transcript