mirror of
https://github.com/janet-lang/janet
synced 2025-10-30 15:13:03 +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.