fix: get-fs shouldn't return nil

This commit is contained in:
rcmerci
2025-10-29 18:52:28 +08:00
parent 6acca7ee43
commit 2a67e7e450

View File

@@ -51,7 +51,7 @@
node-backend
:else
nil)))
(throw (ex-info "failed to get fs backend" {:dir dir :repo repo :rpath rpath})))))
(defn mkdir!
[dir]