Skip to content

Commit 1d4415a

Browse files
committed
2 parents c9629a9 + 849e787 commit 1d4415a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CSharpToJavaScript/Utils/ILog.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void ErrorLine(string message, [CallerFilePath] string? file = null, [Cal
6969
if (_Options.DisableConsoleOutput == true)
7070
return;
7171

72+
7273
Trace.Write($"{DateTime.Now.ToLongTimeString()}: ");
7374

7475
if (_Options.DisableConsoleColors == false)

0 commit comments

Comments
 (0)