Skip to content

Commit

Permalink
Fix Integrant resume-key method
Browse files Browse the repository at this point in the history
When resuming an Integrant component, this now halts the old
implementation, rather than the old options.
  • Loading branch information
danielcompton authored Aug 26, 2019
1 parent ecf976d commit 4c3ec07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass4clj/integrant.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
(if (= opts old-opts)
old-impl
(do
(ig/halt-key! key old-opts)
(ig/halt-key! key old-impl)
(ig/init-key key opts))))

0 comments on commit 4c3ec07

Please # to comment.