update logging and add pl splash as the main one
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
All checks were successful
Build / Build Launcher (push) Successful in 2m31s
This commit is contained in:
@@ -61,7 +61,7 @@ public class RoslynCompiler
|
||||
{
|
||||
var location = diagnostic.Location;
|
||||
var source = this.source.FirstOrDefault(x => x.Tree == location.SourceTree);
|
||||
LogFile.WriteLine(
|
||||
LogFile.Log.Debug(
|
||||
$"{diagnostic.Id}: {diagnostic.GetMessage()} in file:\n{source?.Name ?? "null"} ({location.GetLineSpan().StartLinePosition})");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user