We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3dfccb commit 07581a0Copy full SHA for 07581a0
1 file changed
src/Services/ClientGeneratorService.cs
@@ -20,7 +20,7 @@ public class ClientGeneratorService
20
using GeneralUpdate.Common.Shared.Object;
21
using GeneralUpdate.Common.Internal.Event;
22
23
-var log = (string msg) => Console.WriteLine($"[{DateTime.Now:HH:mm:ss}] {msg}");
+var log = (string msg) => Console.WriteLine($"[{{DateTime.Now:HH:mm:ss}}] {{msg}}");
24
25
try
26
{{
@@ -79,7 +79,7 @@ public class ClientGeneratorService
79
using GeneralUpdate.Common.Shared;
80
81
82
83
84
85
0 commit comments