mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 07:17:37 +02:00
Enhance error message
This commit is contained in:
parent
4cc7d028fb
commit
5c9651c5df
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@
|
|||
(if (= idx-my-imports idx-imports-me)
|
||||
idx-my-imports
|
||||
(+ 1 idx-my-imports)))
|
||||
(error "Internal error: unable to import library"))))
|
||||
(error "Internal error: unable to import library" lib/dep))))
|
||||
))
|
||||
libs/deps)
|
||||
(map car result)))
|
||||
|
|
Loading…
Add table
Reference in a new issue