has anyone seen an internal Dirac error like the following on entering anything into the CLJS repl ?
Internal Dirac Error: DevTools code has thrown an unhandled exception
TypeError: Cannot read property 'shift' of undefined
Also, on load the installation messages appear like:
Installing %c%s%c and enabling features %c%s %c%s%c%s
Installing %c%s%c and enabling features %c%s
@superstructor: Internal Dirac Error should contain a strack trace as well - look for elipsis (…)
the second message is from cljs-devtools and dirac runtime installation probably, it looks like you don’t have custom formatters enabled for some reason
@darwin: is above screenshot helpful ?
yes, looks like a problem in my own code, I will be able to track it down
@superstructor: thanks^
@darwin: ok thanks :thumbsup: