lua-resty-signal
lua-resty-signal copied to clipboard
bug: incorrect parameters passed when calling the `error` function
error("missing C def for signal ", sig)
->
error("missing C def for signal " .. sig)
https://github.com/openresty/lua-resty-signal/blob/v0.02/lib/resty/signal.lua#L126