Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Dec 30, 2024
1 parent 3402a68 commit b861d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/darkleaf/di/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
(catch Exception ex
(throw (ex-info "A failure occurred during the build process"
{:type ::build-failure
:stack (map :key stack)})
ex))))
:stack (map :key stack)}
ex)))))

(defn- build [{:keys [registry *stop-list]} key]
(loop [stack (list (stack-frame key :required (registry key)))
Expand Down

0 comments on commit b861d80

Please sign in to comment.