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