Skip to content

Commit 2dc2622

Browse files
dgsantanatonyroberts
authored andcommitted
Removed dependency on C#6
1 parent 7d0b83b commit 2dc2622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/assemblymanager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ internal static void Initialize() {
6767
}
6868
catch (Exception ex)
6969
{
70-
Debug.WriteLine($"Error scaning assembly {a}. {ex}");
70+
Debug.WriteLine(string.Format("Error scanning assembly {0}. {1}", a, ex));
7171
}
7272
}
7373
}

0 commit comments

Comments
 (0)