From 28bd5e4663698022fa1f4207cb58c2e7c917e264 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:22 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=93=90=20path.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/path.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/path.ts b/src/utils/path.ts index a4d33d8..a2ccad2 100644 --- a/src/utils/path.ts +++ b/src/utils/path.ts @@ -153,3 +153,4 @@ export function normalizePathForConfigKey(path: string): string { // This is safe because forward slashes work in Windows paths for most operations return normalized.replace(/\\/g, '/') } +