mirror of
https://github.com/cmderdev/cmder.git
synced 2024-11-10 09:49:12 +08:00
40c58417b2
The startup time duration is calculated wrongly ( at least for me, on Windows 1909, with CmderMini 1.3.15.1010 ). I got something like "Elapsed Time: 80:36:1.00 (290161.00s total)" printed into the cmder consle window. I can be solved by quoting the time measures taken in `init.bat`. It seems that `time.cmd` fails in recognizing two arguments. In fact it did split the first time measure into two arguments and ignored the second time measure. Example: from the two time measures λ echo %CMDER_INIT_START% %CMDER_INIT_END% 12:53:44,34 12:53:54,04 The call to `time.cmd` created following output (i added echo commands to print variables start and end right after they got assigned the arguments) start: 12:53:44 end: 34 |
||
---|---|---|
.. | ||
bin | ||
lib | ||
psmodules | ||
clink_settings.default | ||
clink.lua | ||
cmder_exinit | ||
cmder.sh | ||
ConEmu.xml.default | ||
git-prompt.sh | ||
init.bat | ||
profile.ps1 | ||
Readme.md | ||
sources.json | ||
user_aliases.cmd.default | ||
user_profile.cmd.default | ||
user_profile.ps1.default | ||
user_profile.sh.default |
Vendor
Third parties software & init script.