moonsharp
moonsharp copied to clipboard
MoonSharp does not catch stack overflows
function overflow()
overflow();
end
overflow();
Running this will result in a System.IndexOutOfRangeException, instead of the expected MoonSharp exception.