mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-02 13:43:11 +00:00
more valid chars
This commit is contained in:
parent
5f6acbd88d
commit
1dfc30f64a
@ -34,7 +34,7 @@ const
|
||||
'A'..'Z',
|
||||
'0'..'9',
|
||||
DirSep, AltSep,
|
||||
'_', '-'}
|
||||
'_', '-', '.'}
|
||||
|
||||
type
|
||||
FSDatastore* = ref object of Datastore
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user