✨ 🪘 orphanedPluginFilter.ts
This commit is contained in:
@@ -112,3 +112,4 @@ function normalizeForCompare(p: string): string {
|
|||||||
const n = normalize(p)
|
const n = normalize(p)
|
||||||
return process.platform === 'win32' ? n.toLowerCase() : n
|
return process.platform === 'win32' ? n.toLowerCase() : n
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user