mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-01 01:42:17 +08:00 
			
		
		
		
	Rewrite old calls to :verbose_output to working %lib_console% verbose_output
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/lib/lib_git.cmd
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/lib/lib_git.cmd
									
									
									
									
										vendored
									
									
								
							| @@ -245,14 +245,14 @@ exit /b | |||||||
|                 set test_dir= |                 set test_dir= | ||||||
|             ) |             ) | ||||||
|         ) else ( |         ) else ( | ||||||
|             call :verbose_output Found old %GIT_VERSION_USER% in "%test_dir%", but not using... |             %lib_console% verbose_output "Found old %GIT_VERSION_USER% in %test_dir%, but not using..." | ||||||
|             set test_dir= |             set test_dir= | ||||||
|         ) |         ) | ||||||
|     ) else ( |     ) else ( | ||||||
|         :: compare the user git version against the vendored version |         :: compare the user git version against the vendored version | ||||||
|         :: if the user provided git executable is not found |         :: if the user provided git executable is not found | ||||||
|         IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 ( |         IF ERRORLEVEL -255 IF NOT ERRORLEVEL -254 ( | ||||||
|             call :verbose_output No git at "%git_executable%" found. |             %lib_console% verbose_output "No git at "%git_executable%" found." | ||||||
|             set test_dir= |             set test_dir= | ||||||
|         ) |         ) | ||||||
|     ) |     ) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user