Skip to content

Commit

Permalink
Merge pull request #436 from cprice404/bug/master/204-trampoline-repl
Browse files Browse the repository at this point in the history
trampoline repl - fixes #204
  • Loading branch information
mneise committed Feb 19, 2016
2 parents 0b35550 + db6b020 commit 48e50db
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-cljsbuild "1.1.2"
(defproject lein-cljsbuild "1.1.3-SNAPSHOT"
:description "ClojureScript Autobuilder Plugin"
:url "http://github.com/emezeske/lein-cljsbuild"
:license
Expand Down
1 change: 0 additions & 1 deletion plugin/src/leiningen/cljsbuild.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
(leval/eval-in-project (subproject/make-subproject project crossover-path builds)
`(try
~form
~(exit)
(catch cljsbuild.test.TestsFailedException e#
; Do not print stack trace on test failure
~(exit 1))
Expand Down
2 changes: 1 addition & 1 deletion support/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject cljsbuild "1.1.2"
(defproject cljsbuild "1.1.3-SNAPSHOT"
:description "ClojureScript Autobuilder"
:url "http://github.com/emezeske/lein-cljsbuild"
:license
Expand Down

0 comments on commit 48e50db

Please sign in to comment.