Closed realies closed 3 months ago
the issue appears to be coming from lack of spaces around the curly braces
- local res, err = httpc:request_uri("http://" .. target_ip .. ":" .. target_port, {method = "HEAD"})
+ local res, err = httpc:request_uri("http://" .. target_ip .. ":" .. target_port, { method = "HEAD" })
hi, feel free to make a pull request
thanks
do you have any idea from which regex expression this could be coming from?
this is actually an issue in @denysvitali's older fork that's published on npm
blocks like this:
cause:
should lua blocks be beautified as well?