mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
clearer error message
This commit is contained in:
parent
4a6389af44
commit
b92ce14522
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue