Skip to content

Commit

Permalink
Fix str/includes?
Browse files Browse the repository at this point in the history
  • Loading branch information
luposlip committed Feb 7, 2024
1 parent 15c89e0 commit 1e906be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nd_db/io.clj
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
(maybe-update-filename filename))))

(catch ExceptionInfo e
(if (-> e ex-message (str/includes "Thaw"))
(if (-> e ex-message (str/includes? "Thaw"))
(throw (ex-info "Unable to read nippy, db created with newer version?"
{:nippy-meta (ex-data e)
:filename filename
Expand Down

0 comments on commit 1e906be

Please sign in to comment.