Merge pull request #225 from miikka/fix-typo

Fix typo
This commit is contained in:
Tommi Reiman 2019-03-04 18:19:41 +02:00 committed by GitHub
commit 19ae220d5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,7 +224,7 @@
(drop-while #(not= (name (first %)) "reitit.core$router"))
(drop-while #(= (name (first %)) "reitit.core$router"))
next first source-str)
:cljs "unkwown")]
:cljs "unknown")]
(ex-info (exception-str message source (printer)) (assoc (or data {}) ::exception/cause e))))
(defn de-expound-colors [^String s mappings]