Taylor icon indicating copy to clipboard operation
Taylor copied to clipboard

Web export debugging

Open HellRok opened this issue 4 months ago • 0 comments

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

HellRok avatar Oct 13 '25 03:10 HellRok