moonsharp icon indicating copy to clipboard operation
moonsharp copied to clipboard

MoonSharp does not catch stack overflows

Open SuuperW opened this issue 7 years ago • 0 comments

function overflow()
	overflow();
end

overflow();

Running this will result in a System.IndexOutOfRangeException, instead of the expected MoonSharp exception.

SuuperW avatar Nov 21 '17 18:11 SuuperW