mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Remove nse_pcrelib from build.
This commit is contained in:
parent
828ab48764
commit
d131a096a8
5 changed files with 4 additions and 9 deletions
|
|
@ -292,7 +292,7 @@ local REQUIRE_ERROR = {};
|
|||
rawset(stdnse, "silent_require", function (...)
|
||||
local status, mod = pcall(require, ...);
|
||||
if not status then
|
||||
print_debug(1, "%s", traceback(mod));
|
||||
print_debug(2, "%s", traceback(mod));
|
||||
error(REQUIRE_ERROR)
|
||||
else
|
||||
return mod;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue