1
0
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:
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
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