mirror of
https://github.com/nmap/nmap.git
synced 2025-12-15 20:29:03 +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
|
||||
waiting[co] = thread;
|
||||
else
|
||||
thread:d("%THREAD yielded unexpectedly and cannot be rerun.");
|
||||
thread:d("%THREAD yielded unexpectedly and cannot be resumed.");
|
||||
thread:close();
|
||||
end
|
||||
elseif status(co) == "dead" then
|
||||
|
||||
Reference in New Issue
Block a user