mirror of
https://github.com/janet-lang/janet
synced 2025-02-23 11:40:01 +00:00
Exit with error code if jpm install fails.
This commit is contained in:
parent
3563e7e1aa
commit
6d859dec67
2
jpm
2
jpm
@ -761,7 +761,7 @@ int main(int argc, const char **argv) {
|
|||||||
(unless no-deps (do-rule "install-deps"))
|
(unless no-deps (do-rule "install-deps"))
|
||||||
(do-rule "build")
|
(do-rule "build")
|
||||||
(do-rule "install"))
|
(do-rule "install"))
|
||||||
([err] (print "Error building git repository dependency: " err)))
|
([err f] (print "Error building git repository dependency: " err) (propagate err f)))
|
||||||
(os/cd olddir))
|
(os/cd olddir))
|
||||||
|
|
||||||
(defn install-rule
|
(defn install-rule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user