We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e0155 commit d8cd4bfCopy full SHA for d8cd4bf
DataStructures/Common/PrimesList.cs
@@ -84,7 +84,7 @@ private static void _initializeData()
84
}
85
catch (Exception e)
86
{
87
- throw new Exception(line, e);
+ throw new Exception(line.Replace("\r","{\\r}").Replace("\n", "{\\n}"), e);
88
89
90
0 commit comments