|
@@ -53,9 +53,7 @@
|
|
|
(vec)))
|
|
(vec)))
|
|
|
|
|
|
|
|
(defmethod handle :readdir [_window [_ dir]]
|
|
(defmethod handle :readdir [_window [_ dir]]
|
|
|
- (let [entries (readdir dir)]
|
|
|
|
|
- (js/console.log entries)
|
|
|
|
|
- entries))
|
|
|
|
|
|
|
+ (readdir dir))
|
|
|
|
|
|
|
|
(defmethod handle :unlink [_window [_ repo-dir path]]
|
|
(defmethod handle :unlink [_window [_ repo-dir path]]
|
|
|
(if (plugin/dotdir-file? path)
|
|
(if (plugin/dotdir-file? path)
|