Skip to content

Commit

Permalink
Merge pull request #1948 from daxgames/fix_timer
Browse files Browse the repository at this point in the history
fix timer error
  • Loading branch information
daxgames authored Nov 10, 2018
2 parents 2e77513 + d04cc1f commit a226019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,6 @@ set CMDER_CONFIGURED=1
set cmder_init_end=%time%

if %time_init% gtr 0 (
%cmder_root%\vendor\bin\timer.cmd %cmder_init_start% %cmder_init_end%
"%cmder_root%\vendor\bin\timer.cmd" %cmder_init_start% %cmder_init_end%
)
exit /b

0 comments on commit a226019

Please sign in to comment.