From 675b96a55684e46f8905fb62eb0f86de61d6571b Mon Sep 17 00:00:00 2001 From: FG-TUM Date: Tue, 23 Jan 2024 14:39:11 +0100 Subject: [PATCH] update --- dist/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.js b/dist/index.js index 705321e..04c86d9 100644 --- a/dist/index.js +++ b/dist/index.js @@ -28960,6 +28960,7 @@ function extractFileTags(fileContent) { */ function extractDirectoryTags(fileContent) { return Array.from(fileContent + // Case insensitive match. .split(/Related Files and Folders/i)[1] // Match anything that ends on a '/' // \S = anything but whitespace