mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
debug
This commit is contained in:
parent
6458199812
commit
f4988480f6
4
vendor/lib/lib_path.cmd
vendored
4
vendor/lib/lib_path.cmd
vendored
@ -112,6 +112,10 @@ exit /b
|
|||||||
|
|
||||||
:end_enhance_path
|
:end_enhance_path
|
||||||
set "PATH=%PATH:;;=;%"
|
set "PATH=%PATH:;;=;%"
|
||||||
|
|
||||||
|
echo add_to_path: %add_to_path%
|
||||||
|
echo position: %position%
|
||||||
|
echo PATH: %PATH%
|
||||||
if NOT "%OLD_PATH%" == "%PATH%" (
|
if NOT "%OLD_PATH%" == "%PATH%" (
|
||||||
%lib_console% debug_output :enhance_path "END Env Var - PATH=%path%"
|
%lib_console% debug_output :enhance_path "END Env Var - PATH=%path%"
|
||||||
%lib_console% debug_output :enhance_path "Env Var %find_query% - found=%found%"
|
%lib_console% debug_output :enhance_path "Env Var %find_query% - found=%found%"
|
||||||
|
Loading…
Reference in New Issue
Block a user