Skip to content

Commit

Permalink
fix storage loading; tag 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 27, 2021
1 parent e752790 commit dbdade4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 14 additions & 10 deletions calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{} (:package |cumulo-util)
:configs $ {} (:init-fn |cumulo-util.app/main!) (:reload-fn |cumulo-util.app/reload!)
:modules $ []
:version nil
:version |0.0.1
:files $ {}
|cumulo-util.app $ {}
:ns $ quote
Expand Down Expand Up @@ -71,7 +71,7 @@
found? $ fs/existsSync filepath
if (fn? handler) (handler found?)
if found?
extract-cirru-edn $ parse-cirru (fs/readFileSync filepath |utf8)
parse-cirru-edn $ fs/readFileSync filepath |utf8
, nil
|sh! $ quote
defn sh! (command) (println command)
Expand Down

0 comments on commit dbdade4

Please sign in to comment.