prevent timer results every time.

This commit is contained in:
Dax T. Games
2023-02-26 18:00:26 -08:00
parent 615ba5f816
commit f1e2fb5697
3 changed files with 3 additions and 3 deletions

2
vendor/init.bat vendored
View File

@ -562,7 +562,7 @@ if defined CMDER_USER_CONFIG (
if not defined CMDER_CONFIGURED set CMDER_CONFIGURED=1
set CMDER_INIT_END=%time%
if "%CMDER_INIT_END%" neq "" if "%CMDER_INIT_START%" neq "" (
if "%time_init%" == "1" if "%CMDER_INIT_END%" neq "" if "%CMDER_INIT_START%" neq "" (
call "%cmder_root%\vendor\bin\timer.cmd" "%CMDER_INIT_START%" "%CMDER_INIT_END%"
)