From 6bd2e260f0892fcc895c5f67ba949e8597260823 Mon Sep 17 00:00:00 2001 From: "Dax T. Games" Date: Sun, 22 Jan 2023 12:30:30 -0800 Subject: [PATCH] Add time to debug output --- vendor/lib/lib_console.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/lib/lib_console.cmd b/vendor/lib/lib_console.cmd index f255c0375..c3649cc90 100644 --- a/vendor/lib/lib_console.cmd +++ b/vendor/lib/lib_console.cmd @@ -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