Taylor
Taylor copied to clipboard
Web export debugging
Currently if you put some bad code inside your main function (or whatever you pass to Browser.set_main=) you get Uncaught: Infinity instead of a stacktrace
This can be fixed by wrapping the passed in main function and putting a rescue there, I've done this in the playground and it wasn't too difficult, but I think it's how it should work by default