hiposfer / hive

Your go-to routing app for public transport
GNU Lesser General Public License v3.0
10 stars 0 forks source link

replace throw with js/console.error when fetching env vars #106

Closed carocad closed 6 years ago

carocad commented 6 years ago

I think this is where the problem is. Since we are just throwing a Clojurescript exception, the packager is not able to print a nice error from it.

I think that by replacing it by a console.error this would go away since the error would go directly to the console.

line of problem: