|
@@ -376,7 +376,8 @@
|
|
|
(when (config/local-db? repo)
|
|
|
(p/let [dir (config/get-repo-dir repo)
|
|
|
dir-exists? (fs/dir-exists? dir)]
|
|
|
- (when-not dir-exists?
|
|
|
+ (when (and (not dir-exists?)
|
|
|
+ (not util/nfs?))
|
|
|
(state/pub-event! [:graph/dir-gone dir]))))
|
|
|
;; FIXME: an ugly implementation for redirecting to page on new window is restored
|
|
|
(repo-handler/graph-ready! repo)
|