You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As brought up in #105, sometimes we write code that can't actually be represented in ClojureScript (character manipulation, for example.) In these cases, app-tools generally serves a blank page instead of ones applications, and it is quite difficult to track down the source of these errors without scanning through log output.
We should degrade more gracefully in these cases. Ideally we might display an error page a la the Rails stack trace page:
The text was updated successfully, but these errors were encountered:
As brought up in #105, sometimes we write code that can't actually be represented in ClojureScript (character manipulation, for example.) In these cases, app-tools generally serves a blank page instead of ones applications, and it is quite difficult to track down the source of these errors without scanning through log output.
We should degrade more gracefully in these cases. Ideally we might display an error page a la the Rails stack trace page:
The text was updated successfully, but these errors were encountered: