mirror of
https://github.com/janet-lang/janet
synced 2025-04-29 22:23:15 +00:00
Add error message when dep fails to build.
This commit is contained in:
parent
81789a6930
commit
b052a57fc8
@ -560,7 +560,7 @@ int main(int argc, const char **argv) {
|
|||||||
(do-rule "install-deps")
|
(do-rule "install-deps")
|
||||||
(do-rule "build")
|
(do-rule "build")
|
||||||
(do-rule "install"))
|
(do-rule "install"))
|
||||||
([err] nil))
|
([err] (print "Error building git repository dependency: " err))
|
||||||
(os/cd olddir))
|
(os/cd olddir))
|
||||||
|
|
||||||
(defn install-rule
|
(defn install-rule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user