This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
Closed
Description
I have script in script.cljs
:
https://github.com/borkdude/rafflers/tree/master/borkdude-cljs-node-lumo
I execute this script like this:
./node_modules/lumo-cljs/bin/lumo -K script.cljs /tmp/names/current
The last argument can be any text file containing some lines. It will return a random line from the text file. It may also be omitted.
I expect the .lumo_cache
to contain something after the initial run, but this directory stays empty.