Revert "vocabs.loader: make vocab-dir+ use path-separator too"
This reverts commit 2dcc720629.
parent
67b5b8436f
commit
de7bafbf47
|
|
@ -42,7 +42,7 @@ PRIVATE>
|
|||
: vocab-dir+ ( vocab str/f -- path )
|
||||
[ vocab-name "." split ] dip
|
||||
[ [ dup last ] dip append suffix ] when*
|
||||
path-separator join ;
|
||||
"/" join ;
|
||||
|
||||
: find-vocab-root ( vocab -- path/f )
|
||||
vocab-name dup root-cache get at
|
||||
|
|
|
|||
Loading…
Reference in New Issue