1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-27 23:53:16 +00:00

Add error message when dep fails to build.

This commit is contained in:
Calvin Rose 2019-08-23 08:35:18 -05:00
parent 81789a6930
commit b052a57fc8

View File

@ -560,7 +560,7 @@ int main(int argc, const char **argv) {
(do-rule "install-deps")
(do-rule "build")
(do-rule "install"))
([err] nil))
([err] (print "Error building git repository dependency: " err))
(os/cd olddir))
(defn install-rule