Skip to content

Commit 2a67e7e

Browse files
committed
fix: get-fs shouldn't return nil
1 parent 6acca7e commit 2a67e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/fs.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
node-backend
5252

5353
:else
54-
nil)))
54+
(throw (ex-info "failed to get fs backend" {:dir dir :repo repo :rpath rpath})))))
5555

5656
(defn mkdir!
5757
[dir]

0 commit comments

Comments
 (0)