Skip to content

Commit

Permalink
left in some println debugging. derp. 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarohen committed Apr 26, 2020
1 parent 1bb8a17 commit e3da39a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* Changes
** 0.3.2
I left in some println debugging. Apologies.

** 0.3.1
Have finally gotten around to spending some non-trivial time modernising Chime, thanks for your patience :)

Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Add the following to your `project.clj`/`deps.edn` file:

[source,clojure]
----
[jarohen/chime "0.3.1"]
[jarohen/chime "0.3.2"]
----

[source,clojure]
----
{jarohen/chime {:mvn/version "0.3.1"}}
{jarohen/chime {:mvn/version "0.3.2"}}
----

== The ‘Big Idea’™ behind Chime
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jarohen/chime "0.3.1"
(defproject jarohen/chime "0.3.2"
:description "A really lightweight Clojure scheduler"

:url "https://github.com/jarohen/chime"
Expand Down
2 changes: 0 additions & 2 deletions src/chime.clj
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
:error-handler (fn [e]
(if error-handler
(try
(prn "yo!")
(error-handler e)
(prn "returning true")
true
(catch Exception e
false))
Expand Down

0 comments on commit e3da39a

Please sign in to comment.