diff --git a/datastore/fsds.nim b/datastore/fsds.nim index aa91e9f..d1d9c4b 100644 --- a/datastore/fsds.nim +++ b/datastore/fsds.nim @@ -50,6 +50,7 @@ template path*(self: FSDatastore, key: Key): string = self.root / segments.joinPath() template checkProtected*(path: string): bool = + echo "PATH ", path path in ProtectedPaths template validDepth*(self: FSDatastore, key: Key): bool =