Skip to content

Commit d8cd4bf

Browse files
author
n.bitounis
committed
More testing code to show marks in line.
1 parent 54e0155 commit d8cd4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataStructures/Common/PrimesList.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private static void _initializeData()
8484
}
8585
catch (Exception e)
8686
{
87-
throw new Exception(line, e);
87+
throw new Exception(line.Replace("\r","{\\r}").Replace("\n", "{\\n}"), e);
8888
}
8989
}
9090
}

0 commit comments

Comments
 (0)