1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-09 23:20:26 +00:00
janet/examples/sample-bad-bundle/bundle.janet
2024-10-05 12:37:23 -05:00

8 lines
120 B
Plaintext

(defn install
[manifest &]
(bundle/add-file manifest "badmod.janet"))
(defn check
[&]
(error "Check failed!"))