Skip to content

Commit

Permalink
fix unexpected _DO_ warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 11, 2023
1 parent f4d4aaf commit c6ccb87
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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 @@ -55,10 +55,10 @@
and
= "\"k" $ .-key event
.-metaKey event
case (-> @*store :router :name)
case-default (-> @*store :router :name)
do $ println "\"no thing to clear in" (-> @*store :router :name)
:home $ dispatch! :process/clear nil
:history $ dispatch! :process/clear-history nil
do $ println "\"no thing to clear in" (-> @*store :router :name)
|reload! $ quote
defn reload! () $ if
or (some? client-errors) (some? server-errors)
Expand Down

0 comments on commit c6ccb87

Please sign in to comment.