Add time to debug output

This commit is contained in:
Dax T. Games 2023-01-22 12:30:30 -08:00
parent c9d2b33792
commit 6bd2e260f0

View File

@ -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 exit /b
:verbose_output :verbose_output