Небольшие исправления
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-10-30 14:47:05 +03:00
parent 5e1c057bc5
commit 64287f1a01
4 changed files with 20 additions and 2 deletions

View File

@@ -930,7 +930,7 @@ proc DebugInfo {widget file f} {
# close $f
} else {
# Highlight::ExecuteColorized $widget
$widget insert "end-4l linestart" "-->> [read $file]"
$widget insert "end-4l linestart" "[read $file]"
}
while {[gets $f line]>=0} {
Highlight::ExecuteColorized $widget