Skip to content

Commit 934ff6f

Browse files
committed
build: update ExternalCSharpCompiler assembly
1 parent 43b0575 commit 934ff6f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Plugins/ExternalCSharpCompiler.dll.meta

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plugins/ExternalCSharpCompiler/ExternalCSharpCompiler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static void InitializeOnLoad()
1515
var coreAssemblyName = typeof(ExternalCSharpCompiler).Assembly.GetName().Name;
1616
if (coreAssemblyName == "ExternalCSharpCompiler_") return;
1717

18-
Console.WriteLine("[CSharpCompilerSettings] Initialize CSharpCompilerSettings for first compilation: " + typeof(ExternalCSharpCompiler));
18+
Console.WriteLine("[ExternalCSharpCompiler] Initialize CSharpCompilerSettings before first compilation: " + typeof(ExternalCSharpCompiler));
1919

2020
var filepath = "Temp/" + typeof(ExternalCSharpCompiler).Assembly.GetName().Name + ".loaded";
2121
if (File.Exists(filepath)) return;

0 commit comments

Comments
 (0)