Skip to content

Commit

Permalink
add back autostart
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed May 25, 2020
1 parent 198da5a commit 130252c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/shadow/remote/runtime/cljs/websocket.cljs
Expand Up @@ -94,3 +94,6 @@
(js/console.warn "tap-socket error" e)
(common/stop-runtime!))))))

;; want things to start when this ns is in :preloads
(when (pos? env/worker-rid)
(start))

0 comments on commit 130252c

Please sign in to comment.