We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0b83b commit 2dc2622Copy full SHA for 2dc2622
src/runtime/assemblymanager.cs
@@ -67,7 +67,7 @@ internal static void Initialize() {
67
}
68
catch (Exception ex)
69
{
70
- Debug.WriteLine($"Error scaning assembly {a}. {ex}");
+ Debug.WriteLine(string.Format("Error scanning assembly {0}. {1}", a, ex));
71
72
73
0 commit comments