mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-08 00:23:10 +00:00
add numbers as allowed chars
This commit is contained in:
parent
17c4ff92a4
commit
5f6acbd88d
@ -32,6 +32,7 @@ const
|
||||
Allowed* = {
|
||||
'a'..'z',
|
||||
'A'..'Z',
|
||||
'0'..'9',
|
||||
DirSep, AltSep,
|
||||
'_', '-'}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user