1
0
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:
batrick
2010-09-13 23:28:15 +00:00
parent 4a6389af44
commit b92ce14522

View File

@@ -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