mirror of
https://github.com/janet-lang/janet
synced 2026-08-13 05:48:52 +00:00
Disable tail calls in the root scope for better stacktraces, as the root scope may contain a single call to a failing function, as in the case of the test suite.