mirror of
https://github.com/janet-lang/janet
synced 2025-10-31 23:53:02 +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.