|
@@ -131,8 +131,8 @@
|
|
|
(js/console.error "Failed to request GitHub app tokens."))))
|
|
|
|
|
|
(watch-for-date!)
|
|
|
- (file-handler/watch-for-current-graph-dir!)))
|
|
|
- (p/then (state/pub-event! [:graph/ready (state/get-current-repo)]))
|
|
|
+ (file-handler/watch-for-current-graph-dir!)
|
|
|
+ (state/pub-event! [:graph/ready (state/get-current-repo)])))
|
|
|
(p/catch (fn [error]
|
|
|
(log/error :exception error))))))
|
|
|
interval-id (js/setInterval inner-fn 50)]
|