mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-10-31 01:12:11 +08:00 
			
		
		
		
	add required block to else statement
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user