Skip to content

Commit b3087e0

Browse files
committed
v0.0.2
1 parent 96fdd7d commit b3087e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.0.2

watcher/ops.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ func ProcessMessage(message *babashka.Message) (interface{}, error) {
166166
Code: `
167167
(defn watch
168168
([path cb]
169-
(println :watch)
170169
(watch path cb {}))
171170
([path cb opts]
172171
(let [ret (pod.babashka.fswatcher/-create-watcher path opts)]

0 commit comments

Comments
 (0)