🕹️ pluginVersioning.ts

This commit is contained in:
nirholas
2026-03-31 10:24:25 +00:00
parent 52d896ea70
commit d51ca32f80

View File

@@ -155,3 +155,4 @@ export function getVersionFromPath(installPath: string): string | null {
export function isVersionedPath(path: string): boolean { export function isVersionedPath(path: string): boolean {
return getVersionFromPath(path) !== null return getVersionFromPath(path) !== null
} }