File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
src/lambdaisland/launchpad Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
- ## Added
4
-
5
3
## Fixed
6
4
7
- ## Changed
5
+ - Fixed previous botched release
8
6
9
7
# 0.6.36-alpha (2022-09-22 / 1755f62)
10
8
@@ -50,4 +48,4 @@ Initial release
50
48
- lambdaisland.classpath integration
51
49
- Support for cider-nrepl, refactor-nrepl
52
50
- Basic support for shadow-cljs cljs nREPL-base REPL
53
- - Auto-connect for Emacs
51
+ - Auto-connect for Emacs
Original file line number Diff line number Diff line change 10
10
get to the underlying setenv system call, for good measure.
11
11
12
12
But hey it works!"
13
- (:require [lambdaisland.dotenv :as dotenv])
13
+ (:require [lambdaisland.dotenv :as dotenv]
14
+ [lambdaisland.classpath.watch-deps :as watch-deps])
14
15
(:import (java.nio.file Path Files LinkOption)))
15
16
16
17
(set! *warn-on-reflection* true )
70
71
(defn exists?
71
72
" Does the given path exist."
72
73
[path]
73
- (Files/exists path (into-array LinkOption [])))
74
+ (Files/exists ( watch-deps/ path path) (into-array LinkOption [])))
74
75
75
76
(defn dotenv-watch-handler [paths]
76
77
(let [paths (map #(Path/of % (into-array String [])) paths)]
You can’t perform that action at this time.
0 commit comments