📄 permissionRuleParser.ts

This commit is contained in:
nirholas
2026-03-31 10:24:23 +00:00
parent f86ee1ec5d
commit dd277869c4

View File

@@ -196,3 +196,4 @@ function findLastUnescapedChar(str: string, char: string): number {
} }
return -1 return -1
} }