-
David Thompson authored
This short-circuits what would otherwise be an unbounded loop that presently results in a call stack overflow on runtimes like web browsers and NodeJS. It feels kind of weird to be adding an exception handler while raising an exception. Perhaps this will prove to be a naive solution, but it does seem to resolve the real world problems we are experiencing right now. Fixes #354.
David Thompson authoredThis short-circuits what would otherwise be an unbounded loop that presently results in a call stack overflow on runtimes like web browsers and NodeJS. It feels kind of weird to be adding an exception handler while raising an exception. Perhaps this will prove to be a naive solution, but it does seem to resolve the real world problems we are experiencing right now. Fixes #354.
Loading