fix: mkdir if not exists when creating a new graph

pull/7184/head
Tienson Qin 2022-11-07 10:42:36 +08:00
parent 1e0fb50a22
commit a2073c2ace
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
(state/get-local-container-root-url))]
(-> (validate-graph-dirname root graph-name)
(p/then (fn [graph-path]
(-> (fs/mkdir! graph-path)
(-> (fs/mkdir-if-not-exists graph-path)
(p/then
(fn []
(web-nfs/ls-dir-files-with-path!