Skip to content

Commit 4d0eb88

Browse files
author
IXLLEGACYIXL
committed
repair build docs
1 parent edf481f commit 4d0eb88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BuildDocs.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ function Ask-UseExistingAPI {
101101
Write-Host ""
102102

103103
$input = Read-Host -Prompt "Your choice [Y, N, or ENTER (default is Y)]"
104+
104105
return (Read-Host -Prompt "Your choice (Y/N)").ToLower() -eq "y"
105106
}
106107

@@ -459,6 +460,7 @@ else {
459460
$ReuseAPI = Ask-UseExistingAPI
460461
}
461462
}
463+
462464
} elseif ($isCanceled) {
463465
Write-Host -ForegroundColor Red "Operation canceled by user."
464466
Stop-Transcript

0 commit comments

Comments
 (0)