This commit is contained in:
DazedAnon 2026-05-10 14:55:58 -05:00
parent 99e325b59b
commit cf2d53a30c

View file

@ -16,7 +16,14 @@ else {
$PatchBundleRoot = $PSScriptRoot
function Wait-ConsolePause {
$null = cmd /c pause
Write-Host ''
Write-Host 'Press any key to close this window...'
try {
$null = $Host.UI.RawUI.ReadKey('NoEcho,IncludeKeyDown')
}
catch {
Read-Host 'Press Enter to close'
}
}
function Write-BannerWrongFolder {