We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133d244 commit c3efa7aCopy full SHA for c3efa7a
Master/NucleusGaming/IO/Logging/LogManager.cs
@@ -36,7 +36,6 @@ public LogManager()
36
logStream = File.OpenWrite(GetLogPath());
37
logStream.Position = logStream.Length; // keep writing from where we left
38
39
-
40
writer = new StreamWriter(logStream);
41
}
42
0 commit comments