mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 06:09:00 +00:00
changed so that the error message of the Error object is returned when a
script signals the engine to abort.
This commit is contained in:
@@ -479,6 +479,7 @@ Engine =
|
||||
else
|
||||
if ( response and response:isAbort() ) then
|
||||
Engine.terminate_all = true
|
||||
self.error = response:getMessage()
|
||||
break
|
||||
elseif( response and response:isThreadDone() ) then
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user