Skip to content

Commit

Permalink
ignore find systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Nov 29, 2024
1 parent d63f47d commit 8bf8737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/_prepare.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

(defun this-load-system (name)
"Load the system by NAME."
(if (asdf:find-system name)
(if (ignore-errors (asdf:find-system name))
(asdf:load-system name)
(ql:quickload name)))

Expand Down

0 comments on commit 8bf8737

Please sign in to comment.