Skip to content

Commit 4a34af1

Browse files
authored
Fixed debugger display variable reference in Block class.
Fixes #1113
1 parent 6a28909 commit 4a34af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generator/Utils/BlockGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public enum BlockKind
5252
Fields,
5353
}
5454

55-
[DebuggerDisplay("{BlockKind} | {Object}")]
55+
[DebuggerDisplay("{Kind} | {Object}")]
5656
public class Block : ITextGenerator
5757
{
5858
public TextGenerator Text { get; set; }

0 commit comments

Comments
 (0)