1
0
mirror of https://github.com/janet-lang/janet synced 2025-01-26 07:06:51 +00:00
janet/examples/sample-bad-bundle/bundle.janet

8 lines
120 B
Plaintext
Raw Normal View History

2024-10-05 17:37:23 +00:00
(defn install
[manifest &]
(bundle/add-file manifest "badmod.janet"))
(defn check
[&]
(error "Check failed!"))