minor
This commit is contained in:
parent
f92e23d8f2
commit
e8670cb1c8
|
@ -11,7 +11,6 @@
|
|||
(new js/WebSocket (ws-url (.-hostname (.-location js/window)) ws-port "_nrepl"))))
|
||||
|
||||
(when-let [ws (nrepl-server/nrepl-websocket)]
|
||||
(prn :ws ws)
|
||||
(set! (.-onmessage ws)
|
||||
(fn [event]
|
||||
(nrepl-server/handle-nrepl-message (edn/read-string (.-data event)))))
|
||||
|
|
Loading…
Reference in a new issue