mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 15:30:27 +00:00
missing closing paren
This commit is contained in:
parent
5d29079393
commit
b78879dc18
@ -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] (print "Error building git repository dependency: " err))
|
([err] (print "Error building git repository dependency: " err)))
|
||||||
(os/cd olddir))
|
(os/cd olddir))
|
||||||
|
|
||||||
(defn install-rule
|
(defn install-rule
|
||||||
|
Loading…
Reference in New Issue
Block a user