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.
Any time you type in repl TAB after a space character will cause lumo to quit.
$ lumo
Lumo 1.8.0
ClojureScript 1.9.946
Node.js v9.2.0
Docs: (doc function-name-here)
(find-doc "part-of-name-here")
Source: (source function-name-here)
Exit: Control+D or :cljs/quit or exit
cljs.user=> (+ readline.js:1032
throw err;
^
TypeError: Cannot read property 'replace' of null
at Object.clojure.string.replace_all (<embedded>:2055:385)
at Object.clojure.string.replace (<embedded>:2058:191)
at Object.lumo.repl.is_completion_QMARK_ (<embedded>:6655:332)
at <embedded>:6680:148
at cljs.core.LazySeq.fn (<embedded>:1122:275)
at cljs.core.LazySeq.sval (<embedded>:794:151)
at cljs.core.LazySeq.cljs$core$ISeqable$_seq$arity$1 (<embedded>:800:255)
at Object.cljs.core.seq (<embedded>:506:172)
at Function.cljs.core.seq_reduce.cljs$core$IFn$_invoke$arity$3 (<embedded>:660:84)
at cljs.core.LazySeq.cljs$core$IReduce$_reduce$arity$3 (<embedded>:799:250)
The text was updated successfully, but these errors were encountered:
Any time you type in repl
TAB
after a space character will cause lumo to quit.The text was updated successfully, but these errors were encountered: