mirror of
https://github.com/janet-lang/janet
synced 2025-10-08 04:22:27 +00:00
8 lines
120 B
Janet
8 lines
120 B
Janet
(defn install
|
|
[manifest &]
|
|
(bundle/add-file manifest "badmod.janet"))
|
|
|
|
(defn check
|
|
[&]
|
|
(error "Check failed!"))
|