5 lines
167 B
Lua
5 lines
167 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return function handler
|
|
---Returns the current error handler function
|
|
function geterrorhandler() end |