From 2985af3924f4885e1b68856ba964f2af92481b2c Mon Sep 17 00:00:00 2001 From: ChangHangeol Date: Sun, 2 Mar 2025 13:06:01 +0900 Subject: [PATCH] =?UTF-8?q?[FIX]=20explorer=EC=97=90=EC=84=9C=20=EB=8C=80?= =?UTF-8?q?=EB=AC=B8=EC=9E=90=20=ED=99=95=EC=9E=A5=EC=9E=90=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EC=95=88=EB=90=98=EB=8A=94=EA=B1=B0=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/CSVExplorer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CSVExplorer.ts b/src/CSVExplorer.ts index 862240c..0b08a32 100644 --- a/src/CSVExplorer.ts +++ b/src/CSVExplorer.ts @@ -10,7 +10,7 @@ export const getCSVFileStructure = async (app: App): Promise { - if (file.extension === "CSV") { + if (file.extension === "csv") { if(file.parent) { const folderPath = file.parent.path; if (!CSVStructure[folderPath])