mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
add required block to else statement
This commit is contained in:
parent
57a28f118d
commit
3aeca3c972
@ -124,7 +124,9 @@ if($Compile) {
|
||||
if ($LastExitCode -ne 0) {
|
||||
throw "msbuild failed to build the executable."
|
||||
}
|
||||
else Write-Verbose "successfully built Cmder $Version!"
|
||||
else {
|
||||
Write-Verbose "successfully built Cmder $Version!"
|
||||
}
|
||||
Pop-Location
|
||||
} else {
|
||||
Write-Warning "You are not building a launcher, Use -Compile"
|
||||
|
Loading…
Reference in New Issue
Block a user