Home

tailwind-ctp-intellisense @master - refs - log -
-
https://git.jolheiser.com/tailwind-ctp-intellisense.git
Tailwind intellisense + Catppuccin
tree log patch
Suppress glob errors (#174)
Brad Cornes <bradlc41@gmail.com>
4 years ago
1 changed files, 1 additions(+), 0 deletions(-)
M src/class-names/index.js -> src/class-names/index.js
diff --git a/src/class-names/index.js b/src/class-names/index.js
index 595102900105aa7712db367e280bbb1cc7c9e993..773faee0927bf1e835a0949695888b6a5200aa63 100644
--- a/src/class-names/index.js
+++ b/src/class-names/index.js
@@ -43,6 +43,7 @@         cwd,
         ignore: ['**/node_modules'],
         onlyFiles: true,
         absolute: true,
+        suppressErrors: true,
       })
     )
       .map(normalizePath)