Fork me on GitHub
#dirac
<
2016-07-25
>
superstructor05:07:31

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

darwin10:07:05

@superstructor: Internal Dirac Error should contain a strack trace as well - look for elipsis (…)

darwin10:07:57

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

superstructor11:07:29

@darwin: is above screenshot helpful ?

darwin12:07:04

yes, looks like a problem in my own code, I will be able to track it down

superstructor12:07:31

@darwin: ok thanks :thumbsup: