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 204d11d commit 5a222a0Copy full SHA for 5a222a0
src/HotChocolate/Core/src/Types/SchemaException.cs
@@ -63,7 +63,7 @@ private static string CreateErrorMessage(IReadOnlyList<ISchemaError> errors)
63
64
private static partial class StackTraceHelper
65
{
66
- [GeneratedRegex(@" in ([^:]+):line (\d+)", RegexOptions.Compiled)]
+ [GeneratedRegex(@" in (.+):line (\d+)", RegexOptions.Compiled)]
67
private static partial Regex StackTracePathRegex();
68
69
public static string? Normalize(string stackTrace)
0 commit comments