Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 57c2622

Browse files
authored
Add TODO comment, we should fix this properly at some point
1 parent 74e815d commit 57c2622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitHub.Exports/Services/Logger.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ static async void DefaultLogger(string msg)
7777
await System.Threading.Tasks.Task.Delay(500);
7878
lock(fileLock)
7979
{
80+
// TODO: Fix this properly
8081
try
8182
{
8283
File.AppendAllText(defaultLogPath, msg, Encoding.UTF8);

0 commit comments

Comments
 (0)