Skip to content

Commit

Permalink
Add time to debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
daxgames committed Jan 22, 2023
1 parent c9d2b33 commit 6bd2e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lib/lib_console.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exit /b
:::.
:::-------------------------------------------------------------------------------

if %debug_output% gtr 0 echo DEBUG(%~1): %~2 & echo.
if %debug_output% gtr 0 echo %time% DEBUG(%~1): %~2 & echo.
exit /b

:verbose_output
Expand Down

0 comments on commit 6bd2e26

Please sign in to comment.