jasongilman / proto-repl-charts

An Atom Plugin extension for Proto REPL that allows displaying graphs.
MIT License
65 stars 4 forks source link

Can't get this to work in self hosted REPL #14

Closed yihongang closed 7 years ago

yihongang commented 7 years ago

Following the README just gets me

TypeError: Cannot read property 'line_chart' of undefined

Also followed Option 2. Opinionated, Complete, Best Way to Setup Atom for Clojure Development with Proto REPL for setting up

jasongilman commented 7 years ago

I think that I haven't updated the version of Proto REPL charts in the self hosted REPL. That might be the problem depending on what code you're executing. You can work around it by using the normal REPL.

yihongang commented 7 years ago

OK thanks!