Skip to content

Commit d96b105

Browse files
Include the charset LESS uses in --debug
1 parent 7792d3f commit d96b105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

diff-so-fancy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ sub show_debug_info {
945945
print "Unicode Ruler : " . yes_no($use_unicode_dash_for_ruler) . "\n";
946946
print "Terminal width : " . get_terminal_width() . "\n";
947947
print "Terminal \$LANG : " . $ENV{LANG} . "\n";
948+
print "Less Charset : " . get_less_charset() . "\n";
948949
print "Is Windows : " . yes_no(is_windows()) . "\n";
949950
print "Operating System: $^O\n";
950951
}

0 commit comments

Comments
 (0)