fredwu / crawler

A high performance web crawler / scraper in Elixir.
939 stars 91 forks source link

Restore extra_applications back to [:logger] only #36

Closed djcoin closed 3 months ago

djcoin commented 3 months ago

It seems you accidentally added [:runtime_tools, :observer, :wx] to you extra_applications in mix.exs while you were debugging.

It breaks on some system that do not have the required graphical library for debugging.

Cheers!

fredwu commented 3 months ago

Thanks!