فهرست منبع

fix(lint): var used by testcase

rcmerci 3 سال پیش
والد
کامیت
b2cb89bd2f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/frontend/fs/sync.cljs

+ 1 - 1
src/main/frontend/fs/sync.cljs

@@ -440,7 +440,7 @@
 (defn- contains-path? [regexps path]
   (reduce #(when (re-find %2 path) (reduced true)) false regexps))
 
-(defn- ignored?
+(defn ignored?
   "Whether file is ignored when syncing."
   [path]
   (->