Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed dependency on C#6
  • Loading branch information
dgsantana authored and tonyroberts committed Jan 7, 2016
commit 2dc2622467c47d7f58f55a0c1201554f5163bd8d
2 changes: 1 addition & 1 deletion src/runtime/assemblymanager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ internal static void Initialize() {
}
catch (Exception ex)
{
Debug.WriteLine($"Error scaning assembly {a}. {ex}");
Debug.WriteLine(string.Format("Error scanning assembly {0}. {1}", a, ex));
}
}
}
Expand Down