From 2df200852a0dbc5be47da68e680b0aa0a996a540 Mon Sep 17 00:00:00 2001 From: takker99 <37929109+takker99@users.noreply.github.com> Date: Fri, 6 Jan 2023 15:52:47 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20filename=E3=81=AF=E3=81=A9=E3=81=AE?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E3=83=96=E3=83=AD=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=81=A7=E3=82=82=E5=AD=98=E5=9C=A8=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blocks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.ts b/blocks.ts index eeac9de..bb705f5 100644 --- a/blocks.ts +++ b/blocks.ts @@ -61,7 +61,7 @@ export interface CodeBlock extends Block { lang: string; /** the file name of the code block */ - filename?: string; + filename: string; } /** the type which represents a line in a table block */