mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +00:00
Remove many ERROR outputs from non-debug NSE output
This commit is contained in:
@@ -103,7 +103,7 @@ local order = {
|
||||
}
|
||||
|
||||
|
||||
local function fail(err) return ("\n ERROR: %s"):format(err) end
|
||||
local function fail(err) return stdnse.format_output(false, err) end
|
||||
|
||||
action = function(host, port)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user