Skip to content

Commit 935f8f0

Browse files
committed
Caught a thinko bug that had previously been silent
1 parent 4ef8d74 commit 935f8f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Terminal/Widgets/TextContent.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class InterpolantSpan does SemanticSpan {
126126
# XXXX: Hack ignoring flags completely for now
127127
my $string = %vars{$!var-name}
128128
// '[MISSING INTERPOLATION VARIABLE ' ~ $!var-name.raku ~ ']';
129-
StringSpan.new(:$!string, :%!attributes);
129+
StringSpan.new(:$string, :%!attributes);
130130
}
131131

132132
#| Apply current span attributes on top of parent attributes, returning a

0 commit comments

Comments
 (0)