From 3a293f5e2d7575654c8a8176bd8eba8bd3e5026e Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Fri, 30 Apr 2021 18:20:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=88=B3=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runcode/code_runner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runcode/code_runner.go b/runcode/code_runner.go index a052fe20..a7cdab59 100644 --- a/runcode/code_runner.go +++ b/runcode/code_runner.go @@ -236,7 +236,7 @@ func clearNewLineSuffix(text string) string { return text } -// 截断过程文本 +// 截断过长文本 func cutTooLong(text string) string { temp := []rune(text) count := 0