Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Support another exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Apr 30, 2011
1 parent 0945ef9 commit 31b3834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slam/hound/regrow.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
(when-let [sym (missing-sym-name msg)]
{:missing sym
:type (cond (class-name? sym) :import
(re-find #"Unable to resolve var: \w+/" msg) :require
(re-find #"No such (var|namespace)" msg) :require
:else :use)}))

Expand Down

0 comments on commit 31b3834

Please sign in to comment.