mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 12:49:02 +00:00
clearer error message
This commit is contained in:
@@ -760,7 +760,7 @@ local function run (threads, scantype)
|
|||||||
if result == NSE_YIELD_VALUE then
|
if result == NSE_YIELD_VALUE then
|
||||||
waiting[co] = thread;
|
waiting[co] = thread;
|
||||||
else
|
else
|
||||||
thread:d("%THREAD yielded unexpectedly and cannot be rerun.");
|
thread:d("%THREAD yielded unexpectedly and cannot be resumed.");
|
||||||
thread:close();
|
thread:close();
|
||||||
end
|
end
|
||||||
elseif status(co) == "dead" then
|
elseif status(co) == "dead" then
|
||||||
|
|||||||
Reference in New Issue
Block a user