mirror of
https://github.com/nmap/nmap.git
synced 2026-01-07 06:59:03 +00:00
add missing local reference to error() to stdnse
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
local assert = assert;
|
||||
local tonumber = tonumber;
|
||||
local error = error;
|
||||
local concat = table.concat;
|
||||
local nmap = require"nmap";
|
||||
local max = math.max
|
||||
|
||||
Reference in New Issue
Block a user