Describe the bug
Error is incomplete, lack of resource and file.
To reproduce
This error appear if stack overflow is coused by function that call other resource i think.
Expected behaviour
Should show up resource and file next to error.
Screenshots

Version
Mta 1.5.6, client and server
Server on linux, i have windows 10
Additional context
/
Could you provide a resource to reproduce the problem?
1st resource:
exports.res2:stackOverflowFunction();
2nd resource:
function stackOverflowFunction()
stackOverflowFunction();
end
i think this should work. Not tested tho.
@Jusonex