PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org/docs/Introduction
MIT License
338 stars 20 forks source link

Safecall not working as expected with debug hooks #808

Closed Sainan closed 2 months ago

Sainan commented 2 months ago
debug.sethook(function()end, 'c', 1)

print(_G?:m?())