mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Remove many ERROR outputs from non-debug NSE output
This commit is contained in:
@@ -58,7 +58,7 @@ local function decodeString(str)
|
||||
return str:gsub("\226\128\153", "'")
|
||||
end
|
||||
|
||||
local function fail(err) return ("\n ERROR: %s"):format(err or "") end
|
||||
local function fail(err) return stdnse.format_output(false, err) end
|
||||
|
||||
local function listDevices(mm)
|
||||
local status, devices = mm:getDevices()
|
||||
|
||||
Reference in New Issue
Block a user