hi everyone.
whenever I use (stop)
or (reset)
in my repl, to restart to server to take changes, I get the following:
AbstractMethodError Method order_viewer/components/shell_component/ShellComponent.stop()Ljava/lang/Object; is abstract bittrex-bot.components.shell-component.ShellComponent (form-init5865580347290758802.clj:-1)
and after about 20 seconds, my computer’s CPU starts working crazy until I disconnect CIDER completely and then it cools down
is this a known issue by any chance?
ok looks like it happens because of sass
. for some reason, it can’t compile sass
it says it couldn’t find the directory src/scss/styles.scss
but it’s there..