Skip to content

Commit 03c0b02

Browse files
authored
Merge pull request zaproxy#9236 from thc202/prevent-close
Prevent engine close in Check For ZAP Errors
2 parents 7b69793 + 15b28f2 commit 03c0b02

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/conf/af-check-errors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
}
3434
}
3535
System.setErr(ps)
36+
// Eval to errors (a global var) to prevent the engine from being closed.
37+
errors
3638
- type: script
3739
parameters:
3840
action: "run"

0 commit comments

Comments
 (0)