Fork me on GitHub
#chestnut
<
2017-12-03
>
Bravi09:12:51

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)

Bravi09:12:53

and after about 20 seconds, my computer’s CPU starts working crazy until I disconnect CIDER completely and then it cools down

Bravi09:12:30

is this a known issue by any chance?

Bravi09:12:05

ok looks like it happens because of sass. for some reason, it can’t compile sass

Bravi09:12:39

it says it couldn’t find the directory src/scss/styles.scss

Bravi09:12:46

but it’s there..