From da05d45cf197d9dcb69b418cd6bc644bce975c6a Mon Sep 17 00:00:00 2001 From: norcx <2012554655@qq.com> Date: Sun, 28 Apr 2024 20:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8A=E4=B8=8B=E6=96=87?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=A0=87=E9=A2=98=E7=9A=84=E6=97=B6?= =?UTF-8?q?=E5=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/file.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file.ts b/src/file.ts index 7c90289f..a59e7292 100644 --- a/src/file.ts +++ b/src/file.ts @@ -168,7 +168,7 @@ abstract class AbstractFile { let result: string = this.path let currentContext: HeadingCache[] = [] if (!(this.file_cache.hasOwnProperty('headings'))) { - return result + return "
"+result+"
"+"
" } for (let currentHeading of this.file_cache.headings) { if (position < currentHeading.position.start.offset) {