mirror of
https://github.com/nmap/nmap.git
synced 2026-06-20 07:29:59 +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:
parent
ce0de70ae8
commit
40a66945bb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue