You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
when upon running nc localhost 5559 it throws this error:
cljs.user=> <embedded>:463
cljs.core.symbol.cljs$core$IFn$_invoke$arity$1=function(a){if(a instanceof cljs.core.Symbol)return a;var b=a.indexOf("/");return 1>b?cljs.core.symbol.cljs$core$IFn$_invoke$arity$2(null,a):cljs.core.symbol.cljs$core$IFn$_invoke$arity$2(a.substring(0,b),a.substring(b+1,a.length))};
^
TypeError: Cannot read property 'indexOf' of null
at Function.cljs.core.symbol.cljs$core$IFn$_invoke$arity$1 (<embedded>:463:110)
at Object.lumo.repl.ns_symbol (<embedded>:6680:514)
at Object.lumo.repl.run_accept_fn (<embedded>:6682:57)
at Lt ([eval]:1:31935)
at Qe ([eval]:1:24855)
at Server.dn.createServer ([eval]:1:25116)
at Server.emit (events.js:159:13)
at TCP.onconnection (net.js:1583:8)
When I start lumo with a bogus socket repl accept function
connecting to it won't throw an exception
like it did in earlier versions
when upon running
nc localhost 5559
it throws this error:Running it with correct parameters
works on Lumo 1.8.0, but not on 1.9.0-alpha:
when
src/myapp/repl.js
is:The text was updated successfully, but these errors were encountered: