Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 29, 2020
1 parent 96fdd7d commit b3087e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion resources/POD_BABASHKA_FSWATCHER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
1 change: 0 additions & 1 deletion watcher/ops.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ func ProcessMessage(message *babashka.Message) (interface{}, error) {
Code: `
(defn watch
([path cb]
(println :watch)
(watch path cb {}))
([path cb opts]
(let [ret (pod.babashka.fswatcher/-create-watcher path opts)]
Expand Down

0 comments on commit b3087e0

Please sign in to comment.