lua-resty-signal icon indicating copy to clipboard operation
lua-resty-signal copied to clipboard

bug: incorrect parameters passed when calling the `error` function

Open membphis opened this issue 5 years ago • 0 comments

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

membphis avatar Mar 21 '20 02:03 membphis