🪘 orphanedPluginFilter.ts

This commit is contained in:
nirholas
2026-03-31 10:24:25 +00:00
parent b15f119f2f
commit 05f8634375

View File

@@ -112,3 +112,4 @@ function normalizeForCompare(p: string): string {
const n = normalize(p)
return process.platform === 'win32' ? n.toLowerCase() : n
}