Fork me on GitHub
#figwheel-main
<
2020-05-12
>
andrea.crotti10:05:30

@bhauman FYI I was having a look at figwheel-main code to see if I could understand how to fix it myself, since I noticed

(when (or (get b-cfg ::join-server? true)
                               (and
                                (not (in-nrepl?))
                                (= mode :repl)))
                       (fww/stop!)
I tried to use (fma/start-join {:mode :build-once} :automation) instead of start and that actually seems to work as expected now

bhauman16:05:56

interesting! I’ll look at that as well.

Franklin14:05:15

Does anyone know what could be causing this? :

Franklin14:05:19

app:cljs.user=> (require '[re-frame.core :as re-frame])
nil
app:cljs.user=> @reframe.db/app-db
Execution error (NullPointerException) at figwheel-sidecar.cljs-utils.exception-parsing/blank-line-column-prefix (exception_parsing.clj:152).

bhauman16:05:13

@franklineapiyo that looks like an error in figwheels exception parsing

bhauman16:05:05

there’s probably something in the db that is causing a print error and that in turn is causing the exception to print wrong as well

Franklin06:05:44

Thanks simple_smile , this was very helpful

bhauman16:05:31

as the error is also trying to print the db

bhauman17:05:43

update for :bundle support is that it should be ready by the end of the week